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 /admin/themes/default/template/picture_modify.tpl | |
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 'admin/themes/default/template/picture_modify.tpl')
-rw-r--r-- | admin/themes/default/template/picture_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl index f771a673b..d299fa718 100644 --- a/admin/themes/default/template/picture_modify.tpl +++ b/admin/themes/default/template/picture_modify.tpl @@ -152,7 +152,7 @@ </tr> <tr> - <td><strong>{'Minimum privacy level'|@translate}</strong></td> + <td><strong>{'Who can see this photo?'|@translate}</strong></td> <td> <select name="level" size="1"> {html_options options=$level_options selected=$level_options_selected} |