diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/notification_by_mail.php | 4 |
1 files changed, 2 insertions, 2 deletions
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)); } } |