diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-08-19 23:58:35 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-08-19 23:58:35 +0000 |
commit | dcbaefafdfb955f61c9b83eb8d2e15eea2880694 (patch) | |
tree | 0e35d4a8466e3b0f8027059dbe81979ad5baab0f /language/en_UK/common.lang.php | |
parent | 9a346cc2378bf752c7099a1875b10919f0f7235e (diff) |
- ws can include php file before invoking web call method
- remove "Pierrick ..." from some languages
- tags - small change to avoid increasing number of urls
- added a missing closedir
- remove some unnecessary class names and inexisting rel attributes
git-svn-id: http://piwigo.org/svn/trunk@2478 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index a18883052..f8c1297d0 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -310,7 +310,7 @@ $lang['upload_advise_filetype'] = 'the picture must be to the fileformat jpg, gi $lang['upload_advise_height'] = 'the height of the picture must not exceed : '; $lang['upload_advise_thumbnail'] = 'Optional, but recommended : choose a thumbnail to associate to '; $lang['upload_advise_width'] = 'the width of the picture must not exceed : '; -$lang['upload_author'] = 'Author (eg "Pierrick LE GALL")'; +$lang['upload_author'] = 'Author'; $lang['upload_cannot_upload'] = 'can\'t upload the picture on the server'; $lang['upload_err_username'] = 'the username must be given'; $lang['upload_file_exists'] = 'A picture\'s name already used'; |