Skip to content

Commit

Permalink
Updated translation - corrected english phrasing in updater when the …
Browse files Browse the repository at this point in the history
…update server is busy.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9588 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Dec 6, 2010
1 parent 9eff9ca commit d1d2b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/update/updater.php
Expand Up @@ -304,7 +304,7 @@ function UpdateStep2()
{
$output.="<div class='messagebox ui-corner-all'>
<div class='warningheader'>".$clang->gT('Update server busy')."</div>
<p>".$clang->gT('The update server seems to be currently busy . This happens most likely if the necessary update files for a new version are prepared.')."<br />
<p>".$clang->gT('The update server is currently busy. This usually happens when the update files for a new version are being prepared.')."<br /><br />
".$clang->gT('Please be patient and try again in about 10 minutes.')."</p></div>
<p><button onclick=\"window.open('$scriptname?action=globalsettings', '_top')\">".sprintf($clang->gT('Back to global settings'),'4')."</button></p>";

Expand Down

0 comments on commit d1d2b1c

Please sign in to comment.