diff options
author | plegall <plg@piwigo.org> | 2011-09-26 20:18:53 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-09-26 20:18:53 +0000 |
commit | 4dcf685dcb02063d26ce2c0b064519099331b8fc (patch) | |
tree | 278dbb24d3974fff5c4c0390362bf43fb23cd3dc /language/en_UK/common.lang.php | |
parent | e622018cdc973665199344955212ab8874a67a6e (diff) |
bug 2448 fixed: change term "album representative" into "album thumbnail"
git-svn-id: http://piwigo.org/svn/trunk@12238 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/common.lang.php')
-rw-r--r-- | language/en_UK/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index df40015c3..5defd086e 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -257,7 +257,7 @@ $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "ma $lang['please enter your password again'] = "please enter your password again"; $lang['Auto login'] = "Auto login"; $lang['remove this tag from the list'] = "remove this tag from the list"; -$lang['representative'] = "representative"; +$lang['representative'] = 'album thumbnail'; $lang['Search for Author'] = "Search for an author"; $lang['Search in albums'] = "Search in albums"; $lang['Search by Date'] = "Search by date"; @@ -273,7 +273,7 @@ $lang['Search results'] = "Search results"; $lang['Search in sub-albums'] = "Search in sub-albums"; $lang['searched words : %s'] = "searched words : %s"; $lang['Contact'] = "Contact"; -$lang['set as album representative'] = "set as album representative"; +$lang['set as album representative'] = "set as album thumbnail"; $lang['Show number of comments'] = "Show number of comments"; $lang['Show number of hits'] = "Show number of hits"; $lang['slideshow'] = "slideshow"; |