made the commit messages a little more vague because people seem to freak out that something has to get approved.

This commit is contained in:
JT Smith 2006-05-24 23:04:04 +00:00
parent 2798c84d31
commit c9915ad6b3
2 changed files with 2 additions and 2 deletions

View file

@ -405,7 +405,7 @@ back the data with a simple &lt;tmpl_var userDefined1&gt;.</p>
},
'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,
},

View file

@ -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|
},