projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e649c2b
)
Text not gettextized in /admin/backups.php.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Tue, 22 Jan 2013 22:34:52 +0000
(23:34 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Tue, 22 Jan 2013 22:34:52 +0000
(23:34 +0100)
admin/backups.php
patch
|
blob
|
history
diff --git
a/admin/backups.php
b/admin/backups.php
index 8d7bfbc01f8fb739c244bba81b5f0dfde5824867..5eee6256557e4bce6fe14898662553c365836c12 100644
(file)
--- a/
admin/backups.php
+++ b/
admin/backups.php
@@
-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."));