X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fbackups.php;h=5eee6256557e4bce6fe14898662553c365836c12;hb=53d942f2a0d20cce5e9c409c6485867ce0869e4d;hp=8d7bfbc01f8fb739c244bba81b5f0dfde5824867;hpb=4f00ab261af7ca4118aad47451c25bb80437dc4b;p=fa-stable.git diff --git a/admin/backups.php b/admin/backups.php index 8d7bfbc0..5eee6256 100644 --- 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."));