]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15249 yet more localization fixes
authorskodak <skodak>
Sun, 31 May 2009 12:38:39 +0000 (12:38 +0000)
committerskodak <skodak>
Sun, 31 May 2009 12:38:39 +0000 (12:38 +0000)
admin/cli/reset_password.php
admin/cli/upgrade.php

index 1bb2539b698d22a2fe5cd5f9379cfcc5fc023750..24f3bc57234a330886dd8cb5312834feb3c9d41d 100644 (file)
@@ -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;
index afb50bbbe86e666ca996bc57e9cd82c5752cde8c..eab613149f98597f9684952cfaa0000d96dbe771 100644 (file)
@@ -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;