From 2c0c877102f0b7e821909bf07418743294224898 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 18 Jan 2007 18:06:58 +0000 Subject: [PATCH] fix broken wiki docs from patches last night --- lib/WebGUI/i18n/English/Asset_WikiMaster.pm | 2 +- lib/WebGUI/i18n/English/Asset_WikiPage.pm | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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;