From: skodak Date: Sun, 31 May 2009 12:38:39 +0000 (+0000) Subject: MDL-15249 yet more localization fixes X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=71d549933b1d71780f5d14630cdbad9bdd740e04;p=moodle.git MDL-15249 yet more localization fixes --- diff --git a/admin/cli/reset_password.php b/admin/cli/reset_password.php index 1bb2539b69..24f3bc5723 100644 --- a/admin/cli/reset_password.php +++ b/admin/cli/reset_password.php @@ -56,7 +56,7 @@ Options: -h, --help Print out this help Example: \$sudo -u wwwrun /usr/bin/php admin/cli/reset_password.php -"; //TODO: localize, mark as needed in install - to be translated later when everything is finished +"; //TODO: localize - to be translated later when everything is finished echo $help; die; diff --git a/admin/cli/upgrade.php b/admin/cli/upgrade.php index afb50bbbe8..eab613149f 100644 --- a/admin/cli/upgrade.php +++ b/admin/cli/upgrade.php @@ -65,7 +65,7 @@ Options: -h, --help Print out this help Example: \$sudo -u wwwrun /usr/bin/php admin/cli/upgrade.php -"; //TODO: localize, mark as needed in install - to be translated later when everything is finished +"; //TODO: localize - to be translated later when everything is finished echo $help; die;