From c9915ad6b3d083dceb94809da40c8e24d48ce5f7 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 24 May 2006 23:04:04 +0000 Subject: [PATCH] made the commit messages a little more vague because people seem to freak out that something has to get approved. --- lib/WebGUI/i18n/English/Asset_Post.pm | 2 +- lib/WebGUI/i18n/English/VersionTag.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset_Post.pm b/lib/WebGUI/i18n/English/Asset_Post.pm index e11daa26b..3c54f3f9f 100644 --- a/lib/WebGUI/i18n/English/Asset_Post.pm +++ b/lib/WebGUI/i18n/English/Asset_Post.pm @@ -405,7 +405,7 @@ back the data with a simple <tmpl_var userDefined1>.

}, 'post received' => { - message => q|Your post has been received and is pending approval.|, + message => q|Your post has been received and is being processed so it can be added to the site. Please be patient.|, context => q|Displayed after someone posts a new message.|, lastUpdated => 0, }, diff --git a/lib/WebGUI/i18n/English/VersionTag.pm b/lib/WebGUI/i18n/English/VersionTag.pm index d141b28b6..ca17745b4 100644 --- a/lib/WebGUI/i18n/English/VersionTag.pm +++ b/lib/WebGUI/i18n/English/VersionTag.pm @@ -18,7 +18,7 @@ our $I18N = { }, 'commit accepted' => { - message => q|Your tag has been submitted for approval and commit. It may take some time before it appears live on the site. Where would you like to go next?|, + message => q|Your tag has been submitted for processing and commit. It may take some time before it appears live on the site. Where would you like to go next?|, lastUpdated => 0, context => q|label on the manage revisions in tag page during the approval process| },