diff --git a/lib/WebGUI/Help/Commerce.pm b/lib/WebGUI/Help/Commerce.pm index 29791d9e0..f407c6310 100644 --- a/lib/WebGUI/Help/Commerce.pm +++ b/lib/WebGUI/Help/Commerce.pm @@ -61,7 +61,7 @@ our $HELP = { }, 'list pending transactions' => { - title => 'help manage pending transactions title', + title => 'list pending transactions', body => 'help manage pending transactions body', fields => [ ], diff --git a/lib/WebGUI/Workflow/Activity/TrashExpiredEvents.pm b/lib/WebGUI/Workflow/Activity/TrashExpiredEvents.pm index 0fa30cfe9..a6b242df0 100644 --- a/lib/WebGUI/Workflow/Activity/TrashExpiredEvents.pm +++ b/lib/WebGUI/Workflow/Activity/TrashExpiredEvents.pm @@ -50,9 +50,9 @@ sub definition { my $class = shift; my $session = shift; my $definition = shift; - my $i18n = WebGUI::International->new($session, "Asset_Event"); + my $i18n = WebGUI::International->new($session, "Workflow_Activity_TrashExpiredEvents"); push(@{$definition}, { - name=>$i18n->get("trash expired events"), + name=>$i18n->get("activityName"), properties=> { trashAfter => { fieldType=>"interval", diff --git a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm index b9a3894d2..c21587766 100644 --- a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm +++ b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm @@ -1,7 +1,6 @@ package WebGUI::i18n::English::Asset_WikiMaster; -our $I18N = -{ +our $I18N = { 'assetName' => { lastUpdated => 1160157064, message => 'Wiki' }, @@ -9,7 +8,7 @@ our $I18N = recentChangesLabel => {message=>q|Recent Changes|, lastUpdated=>0}, searchLabel=>{message=>q|Search|, lastUpdated=>0}, resultsLabel=>{message=>q|Results|, lastUpdated=>0}, - notWhatYouWanted=>{message=>q|Didn't find what you were looking for?|, lastUpdated=>0}, + notWhatYouWantedLabel=>{message=>q|Didn't find what you were looking for?|, lastUpdated=>0}, nothingFoundLabel=>{message=>q|Your search returned no results.|, lastUpdated=>0}, addPageLabel=>{message=>q|Add a new page.|, lastUpdated=>0}, wikiHomeLabel=>{message=>q|Wiki Home|, lastUpdated=>0}, diff --git a/lib/WebGUI/i18n/English/AuthWebGUI.pm b/lib/WebGUI/i18n/English/AuthWebGUI.pm index 7a271fda2..fe5b95f97 100644 --- a/lib/WebGUI/i18n/English/AuthWebGUI.pm +++ b/lib/WebGUI/i18n/English/AuthWebGUI.pm @@ -533,6 +533,11 @@ our $I18N = { lastUpdated => 1165402566, }, + 'password recovery no username' => { + message => q|Password recovery requires a username.|, + lastUpdated => 1166244701, + }, + 'password recovery multiple results' => { message => q|Sorry, password recovery cannot be performed for this account. Please contact an administrator.|, lastUpdated => 1165402566, diff --git a/lib/WebGUI/i18n/English/Commerce.pm b/lib/WebGUI/i18n/English/Commerce.pm index 9c292f8ca..e3824ab78 100755 --- a/lib/WebGUI/i18n/English/Commerce.pm +++ b/lib/WebGUI/i18n/English/Commerce.pm @@ -326,6 +326,11 @@ our $I18N = { context => q|The title of the help page of the list pending transactions screen.| }, + 'list pending transactions' => { + message => q|List pending transactions|, + lastUpdated => 0, + }, + 'help manage pending transactions body' => { message => q|

All transactions that are marked as 'Pending' are listed here. Transactions are marked pending if some extra review is required. For instance when a transaction is suspected of fraud. Pending transactions can also be transactions that have yet to be confirmed by something as or similar to PayPal's APN. If you have checked that the transaction is legit you can click on the 'Complete transaction' link.

|, lastUpdated => 1165518203,