Use same format string as in other places.

This commit is contained in:
Michal Čihař
2010-08-23 13:32:07 +02:00
parent a750fc2fdb
commit 51c9fccd95
65 changed files with 136 additions and 150 deletions

View File

@@ -699,7 +699,7 @@ function savePrefsToLocalStorage(form)
function updatePrefsDate()
{
var d = new Date(window.localStorage['config_mtime_local']);
var msg = PMA_messages['strSavedOn'].replace('__DATE__', formatDate(d));
var msg = PMA_messages['strSavedOn'].replace('@DATE@', formatDate(d));
$('#opts_import_local_storage .localStorage-exists').html(msg);
}
@@ -745,4 +745,4 @@ function offerPrefsAutoimport()
//
// END: User preferences import/export
// ------------------------------------------------------------------
// ------------------------------------------------------------------