Text not gettextized in /admin/backups.php.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 22 Jan 2013 22:34:52 +0000 (23:34 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 22 Jan 2013 22:34:52 +0000 (23:34 +0100)
admin/backups.php

index 8d7bfbc01f8fb739c244bba81b5f0dfde5824867..5eee6256557e4bce6fe14898662553c365836c12 100644 (file)
@@ -165,7 +165,7 @@ if (get_post('upload'))
                        display_error(_("You can only upload *.sql backup files"));
                elseif (is_uploaded_file($tmpname)) {
                        rename($tmpname, BACKUP_PATH . $fname);
-                       display_notification( "File uploaded to backup directory");
+                       display_notification(_("File uploaded to backup directory"));
                        $Ajax->activate('backups');
                } else
                        display_error(_("File was not uploaded into the system."));