Fixed a bug in the generation of related help for the list of Macros. Macro names with all caps returned a help topic name with a space at the end.

Another batch of Activity docs.
This commit is contained in:
Colin Kuskie 2006-07-02 02:38:16 +00:00
parent d27b3c24b6
commit 3d77b2451a
10 changed files with 175 additions and 1 deletions

View file

@ -0,0 +1,17 @@
package WebGUI::i18n::English::Workflow_Activity_GetCsPost;
our $I18N = {
'topicName' => {
message => q|Get Collaboration System Posts from Email|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'get cs post body' => {
message => q|<p>This workflow activity will fetch emails to the email box configured for the Collaboration System and create threads and posts inside the CS from them. Because this process could take a long time, based on the number of emails that have queued up, the activity will stop after one minute.</p>|,
lastUpdated => 0,
},
};
1;