From 9d52245135f2ae587d5f2ac7fde1dfb6199ff56a Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 16 Oct 2009 16:19:34 -0700 Subject: [PATCH] Fix WikiMaster i18n for attachment help. --- lib/WebGUI/i18n/English/Asset_WikiMaster.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm index 8fca0288b..7fb044c8a 100644 --- a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm +++ b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm @@ -9,8 +9,8 @@ our $I18N = { }, 'allow attachments help' => { lastUpdated => 0, - message => q|?|, - context => "The number of attachments that are allowed to be placed on each wiki page." + message => q|The number of attachments that are allowed to be placed on each wiki page.|, + context => "Hover help for edit form.", }, 'assetName' => { lastUpdated => 1160157064, message => 'Wiki' }, 'asset description' => { lastUpdated => 1160157064, message => q|A wiki is a collaborative content publishing mechanism. Traditionally wiki's use the wiki markup language, but that's generally not much easier to deal with than HTML, so WebGUI's wiki instead just uses a rich editor to help users publish rich great looking content.| },