Since the topical view of the Help has gone away, the TOC labels

are no longer required in the i18n files.  Remove the test and
subroutine from Operation/Help.pm.
This commit is contained in:
Colin Kuskie 2008-05-30 07:22:26 +00:00
parent 844c39e321
commit 9e1cc24271
3 changed files with 0 additions and 75 deletions

View file

@ -15,16 +15,6 @@ our $I18N = { ##hashref of hashes
context => q|Provide some context to let the translator know what this message is used for.|
},
#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
#If the help file documents a Template Parser, it must include an templateParserName key
#For all other types, use topicName
'assetName' => {
message => q|My Asset|,
lastUpdated => 1131394072,
},
};
1;