diff options
author | rub <rub@piwigo.org> | 2007-02-27 23:24:53 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-02-27 23:24:53 +0000 |
commit | fec44b7f888783afeb99f256a07cfcef185d2110 (patch) | |
tree | 23e2f27985c0b64afbbebb9dc603907db23a0bf2 /template/yoga | |
parent | dca9bd094a4231ba931abac2af33119f2079601d (diff) |
Missing one change flat_hint to mode_flat_hint
Review a little l10n_dec
git-svn-id: http://piwigo.org/svn/trunk@1864 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index c47b82f30..cb50158e8 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -32,7 +32,7 @@ <!-- END mode_normal --> <!-- BEGIN flat --> - <li><a href="{flat.URL}" title="{lang:mode_flat_hint}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/flat.png" class="button" alt="{lang:flat_hint}"></a></li> + <li><a href="{flat.URL}" title="{lang:mode_flat_hint}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/flat.png" class="button" alt="{lang:mode_flat_hint}"></a></li> <!-- END flat --> <!-- BEGIN mode_posted --> |