aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/profile_content.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-01-16 20:43:56 +0000
committerrvelices <rv-github@modusoptimus.com>2011-01-16 20:43:56 +0000
commit8a14faf0e1629e27b8c3f32b53c3d96994cabecb (patch)
tree279156046f1eeb96c5f5d0db2069a3c85f376be3 /themes/default/template/profile_content.tpl
parent2da15bed331842ee21d33128bd74cdc960eb9993 (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 '')
-rw-r--r--themes/default/template/profile_content.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/template/profile_content.tpl b/themes/default/template/profile_content.tpl
index acd9a01a7..f2e9e3b18 100644
--- a/themes/default/template/profile_content.tpl
+++ b/themes/default/template/profile_content.tpl
@@ -46,7 +46,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>
@@ -88,13 +88,13 @@
</li>
<li>
<span class="property">
- <label for="Maximum width of the pictures">{'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="Maximum height of the pictures">{'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>