aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-09-01 13:29:08 +0000
committerplegall <plg@piwigo.org>2014-09-01 13:29:08 +0000
commit98c1dd5035bd13ea8011c78736a33467c253febf (patch)
treed0aba797de84d089859c830a6268b34012446094 /themes
parent278d96aefa3d3743042c09a0e35edaf9a30f8258 (diff)
more appropriate tooltip
git-svn-id: http://piwigo.org/svn/trunk@29359 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/template/picture.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl
index 2ee395c53..9a71ca889 100644
--- a/themes/default/template/picture.tpl
+++ b/themes/default/template/picture.tpl
@@ -82,7 +82,7 @@ function changeImgSrc(url,typeSave,typeMap)
</a>
{/if}{/strip}
{strip}{if isset($U_PHOTO_ADMIN)}
- <a id="cmdEditPhoto" href="{$U_PHOTO_ADMIN}" title="{'Modify information'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
+ <a id="cmdEditPhoto" href="{$U_PHOTO_ADMIN}" title="{'Edit photo'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
<span class="pwg-icon pwg-icon-edit"></span><span class="pwg-button-text">{'Edit'|@translate}</span>
</a>
{/if}{/strip}