diff --git a/lib/WebGUI/Help/Asset_Calendar.pm b/lib/WebGUI/Help/Asset_Calendar.pm new file mode 100644 index 000000000..5caee5b3c --- /dev/null +++ b/lib/WebGUI/Help/Asset_Calendar.pm @@ -0,0 +1,21 @@ +package WebGUI::Help::Asset_Calendar; + +our $HELP = { + 'calendar add/edit' => { + title => 'add/edit title', + body => 'add/edit body', + isa => [ + { + tag => 'asset fields', + namespace => 'Asset' + }, + ], + fields => [ + ], + related => [ + ] + }, + +}; + +1; diff --git a/lib/WebGUI/i18n/English/Asset_Calendar.pm b/lib/WebGUI/i18n/English/Asset_Calendar.pm index a16e80436..2fba62ef0 100755 --- a/lib/WebGUI/i18n/English/Asset_Calendar.pm +++ b/lib/WebGUI/i18n/English/Asset_Calendar.pm @@ -282,6 +282,16 @@ our $I18N = { lastUpdated => 1131394072, }, + 'add/edit title' => { + message => q|Calendar, Add/Edit|, + lastUpdated => 1165878391, + }, + + 'add/edit body' => { + message => q|This Asset has no documentation.|, + lastUpdated => 1165878391, + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Asset_Event.pm b/lib/WebGUI/i18n/English/Asset_Event.pm index c9dea51e5..1c6333161 100644 --- a/lib/WebGUI/i18n/English/Asset_Event.pm +++ b/lib/WebGUI/i18n/English/Asset_Event.pm @@ -16,7 +16,6 @@ our $I18N = { 'add/edit body' => { message => q{This Asset has no documentation or internationalization.}, - context => q{The ISO locale name for month and day labels.}, lastUpdated => 1165731356, }, diff --git a/lib/WebGUI/i18n/English/Workflow_Activity_ExpireUnvalidatedEmailUsers.pm b/lib/WebGUI/i18n/English/Workflow_Activity_ExpireUnvalidatedEmailUsers.pm index 55d1ef4c1..f90c86c44 100644 --- a/lib/WebGUI/i18n/English/Workflow_Activity_ExpireUnvalidatedEmailUsers.pm +++ b/lib/WebGUI/i18n/English/Workflow_Activity_ExpireUnvalidatedEmailUsers.pm @@ -17,11 +17,11 @@ our $I18N = { lastUpdated => 1165406607, }, - 'expire unvalidated email users' => { + 'expire unvalidated email users body' => { message => q|
This workflow activity will go through all users who requested new accounts but who never validated their email addresses and expire their accounts. The expiration date is configurable.
|, - lastUpdated => 0, + lastUpdated => 1165879515, }, };