aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/index.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-04-01 14:14:21 +0000
committerplegall <plg@piwigo.org>2010-04-01 14:14:21 +0000
commit734d08b97d80b607b97b7060a6022db4d89d831e (patch)
treedbdd72700fddb4e05374e7eaae04a71df85a04ab /themes/default/template/index.tpl
parent7985fbe637ff929dd099aafa992bafb9afffa455 (diff)
Fix missing keys: some keys have been removed by mistake during the massive
key conversion. git-svn-id: http://piwigo.org/svn/trunk@5535 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/index.tpl')
-rw-r--r--themes/default/template/index.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl
index 6bad8e319..522113bc7 100644
--- a/themes/default/template/index.tpl
+++ b/themes/default/template/index.tpl
@@ -19,7 +19,7 @@
{/if}
{if isset($U_CADDIE) }
- <li><a href="{$U_CADDIE}" title="{'caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a></li>
+ <li><a href="{$U_CADDIE}" title="{'add to caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a></li>
{/if}
{if isset($U_EDIT) }