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

@ -43,6 +43,11 @@ our $I18N = {
lastUpdated => 0,
},
'notify about user body' => {
message => q|<p>This workflow activity will send out an email with information about a user. This can be used as a notification that some action needs to be taken, or to notify an Admin or Secondary Admin about a user.</p>|,
lastUpdated => 0,
},
};
1;