From 46ff80f1159699fe35dd7f6ce7e71198c070be08 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Wed, 8 Oct 2003 20:54:54 +0000 Subject: [PATCH] replacing "new in release" by "new or modified in release" git-svn-id: http://piwigo.org/svn/trunk@186 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/english.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/english.php b/language/english.php index c3b72ba39..05d94ba05 100644 --- a/language/english.php +++ b/language/english.php @@ -154,7 +154,7 @@ $lang['upload_advise_filetype'] = 'the picture must be to the fileformat jpg, gi $lang['upload_err_username'] = 'the username must be given'; $lang['upload_username'] = 'Username'; $lang['upload_successful'] = 'Picture uploaded with success, an administrator will validate it as soon as possible'; -// new in release 1.3 +// new or modified in release 1.3 $lang['charset'] = 'ISO_8859-1'; $lang['no'] = 'no'; $lang['yes'] = 'yes'; @@ -460,7 +460,7 @@ Once this file deleted , follow this instructions : $lang['step2_pwd_info'] = 'Keep it confidential, it enables you to access administration panel'; $lang['step2_pwd_conf'] = 'confirm password'; $lang['step2_pwd_conf_info'] = 'verification'; - // new in release 1.3 + // new or modified in release 1.3 $lang['remote_site'] = 'Remote site'; $lang['title_add'] = 'Add a user'; $lang['title_modify'] = 'Modify a user';