Update the actual activities themselves to call out the i18n key

activityName instead of topicName.
Add a note to the i18n skeleton about activityName
This commit is contained in:
Colin Kuskie 2006-07-02 18:35:44 +00:00
parent 7ec8da234d
commit e3f65811bb
14 changed files with 14 additions and 13 deletions

View file

@ -15,6 +15,7 @@ our $I18N = { ##hashref of hashes
#If the help file documents an Asset, it must include an assetName key
#If the help file documents an Macro, it must include an macroName key
#If the help file documents a Workflow Activity, it must include an activityName key
#For all other types, use topicName
'assetName' => {
message => q|My Asset|,