diff options
author | plegall <plg@piwigo.org> | 2010-04-30 22:38:17 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-30 22:38:17 +0000 |
commit | 10dac9de37eee9b73964e8370eb39333b7760c0c (patch) | |
tree | e09eb98cd0e582064453c1c0091224c6bb6ac698 /language/en_UK/admin.lang.php | |
parent | 7e82d545d50bcdc23eb260e5402a39e04c3ab348 (diff) |
bug 1637: make the privacy level the same everywher, use "who can see this photo?"
instead of "minimum privacy level".
git-svn-id: http://piwigo.org/svn/trunk@6025 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 472d6e28f..990cb98ee 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -670,6 +670,7 @@ $lang['Select files'] = 'Select files'; $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG files or ZIP archives with JPEG files inside please.'; $lang['Everybody'] = 'Everybody'; $lang['Who can see these photos?'] = 'Who can see these photos?'; +$lang['Who can see this photo?'] = 'Who can see this photo?'; $lang['... or switch to the old style form'] = '... or switch to the old style form'; $lang['... or switch to the multiple files form'] = '... or switch to the multiple files form'; |