diff options
author | plegall <plg@piwigo.org> | 2010-04-01 21:11:14 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-01 21:11:14 +0000 |
commit | 70106a93e2f3107d3462bb79b2771a03de5c1299 (patch) | |
tree | 9d62741f8f8a0096cef227be15af7d0a3aac1155 /themes/default/template/picture.tpl | |
parent | 734d08b97d80b607b97b7060a6022db4d89d831e (diff) |
Fix missing keys: some keys have been removed by mistake during the massive
key conversion.
Remove some language keys that are really obsolete. I've updated the script
to convert language files to 2.1, I will apply "obsolete keys removal" process
in a 2nd step on other languages.
git-svn-id: http://piwigo.org/svn/trunk@5559 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/picture.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 29421e344..90d574f47 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -59,7 +59,7 @@ <a href="{$U_SET_AS_REPRESENTATIVE}" title="{'set as category representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a> {/if} {if isset($U_ADMIN) } - <a href="{$U_ADMIN}" title="{'edit'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/preferences.png" class="button" alt="{'edit'|@translate}"></a> + <a href="{$U_ADMIN}" title="{'Modify information'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/preferences.png" class="button" alt="{'edit'|@translate}"></a> {/if} {if isset($U_CADDIE) }{*caddie management BEGIN*} <script type="text/javascript"> |