diff --git a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm index 870714571..241f12ffc 100644 --- a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm +++ b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm @@ -298,7 +298,7 @@ our $I18N = { lastUpdated => 1165790228, }, - 'recent changes is page available' => { + 'recent changes is available' => { message => q|A boolean indicating whether the page is available for viewing or in the trash/clipboard.|, lastUpdated => 1165790228, }, diff --git a/lib/WebGUI/i18n/English/Asset_WikiPage.pm b/lib/WebGUI/i18n/English/Asset_WikiPage.pm index a48f2c7b0..06b4e543a 100644 --- a/lib/WebGUI/i18n/English/Asset_WikiPage.pm +++ b/lib/WebGUI/i18n/English/Asset_WikiPage.pm @@ -262,6 +262,11 @@ our $I18N = lastUpdated => 1169074288, }, + 'deleteConfirmation' => { + message => q|An internationalized message for confirming the deletion of a wiki page|, + lastUpdated => 1169141075, + }, + }; 1;