From 4061fefe7139792ac09687daec0013c2b1db62ae Mon Sep 17 00:00:00 2001 From: nikrou Date: Fri, 2 Apr 2010 14:05:03 +0000 Subject: Fix missing keys and misspelling keys in translations git-svn-id: http://piwigo.org/svn/trunk@5573 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/notification_by_mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/notification_by_mail.php') diff --git a/admin/notification_by_mail.php b/admin/notification_by_mail.php index 1501db636..8235ca960 100644 --- a/admin/notification_by_mail.php +++ b/admin/notification_by_mail.php @@ -81,8 +81,8 @@ function do_timeout_treatment($post_keyname, $check_key_treated = array()) $must_repost = true; array_push($page['errors'], - l10n_dec('Execution time is out, treatment must be continue [Estmated time: %d second].', - 'Execution time is out, treatment must be continue [Estmated time: %d seconds].', + l10n_dec('Execution time is out, treatment must be continue [Estimated time: %d second].', + 'Execution time is out, treatment must be continue [Estimated time: %d seconds].', $time_refresh)); } } -- cgit v1.2.3