diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-16 20:43:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-16 20:43:56 +0000 |
commit | 8a14faf0e1629e27b8c3f32b53c3d96994cabecb (patch) | |
tree | 279156046f1eeb96c5f5d0db2069a3c85f376be3 /admin/themes/default/template/user_list.tpl | |
parent | 2da15bed331842ee21d33128bd74cdc960eb9993 (diff) |
feature 2102 : rename item/image/picture to photo (public side)
git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/user_list.tpl')
-rw-r--r-- | admin/themes/default/template/user_list.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 03772e104..9e5884b08 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -183,7 +183,7 @@ <table> <tr> - <td>{'Number of images per row'|@translate}</td> + <td>{'Number of photos per row'|@translate}</td> <td> <label><input type="radio" name="nb_image_line_action" value="leave" checked="checked"> {'leave'|@translate}</label> <label><input type="radio" name="nb_image_line_action" value="set" id="nb_image_line_action_set"> {'set to'|@translate}</label> @@ -265,7 +265,7 @@ </tr> <tr> - <td>{'Maximum width of the pictures'|@translate}</td> + <td>{'Maximum photo width'|@translate}</td> <td> <label><input type="radio" name="maxwidth_action" value="leave" checked="checked"> {'leave'|@translate}</label> <label><input type="radio" name="maxwidth_action" value="unset"> {'unset'|@translate}</label> @@ -277,7 +277,7 @@ <tr> - <td>{'Maximum height of the pictures'|@translate}</td> + <td>{'Maximum photo height'|@translate}</td> <td> <label><input type="radio" name="maxheight_action" value="leave" checked="checked"> {'leave'|@translate}</label> <label><input type="radio" name="maxheight_action" value="unset"> {'unset'|@translate}</label> |