diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/profile_content.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/themes/default/template/profile_content.tpl b/admin/themes/default/template/profile_content.tpl index 643ef205a..29338c3e4 100644 --- a/admin/themes/default/template/profile_content.tpl +++ b/admin/themes/default/template/profile_content.tpl @@ -45,7 +45,7 @@ <ul> <li> <span class="property"> - <label for="nb_image_line">{'Number of images per row'|@translate}</label> + <label for="nb_image_line">{'Number of photos per row'|@translate}</label> </span> <input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{$NB_IMAGE_LINE}"> </li> @@ -89,13 +89,13 @@ </li> <li> <span class="property"> - <label for="maxwidth">{'Maximum width of the pictures'|@translate}</label> + <label for="maxwidth">{'Maximum photo width'|@translate}</label> </span> <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}"> </li> <li> <span class="property"> - <label for="maxheight">{'Maximum height of the pictures'|@translate}</label> + <label for="maxheight">{'Maximum photo height'|@translate}</label> </span> <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}"> </li> |