aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin.tpl
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-03-11 23:02:13 +0000
committerrub <rub@piwigo.org>2007-03-11 23:02:13 +0000
commit051145723de0cb7678d78ebbf74cf5fced4cdd7f (patch)
treedc8448cd19998ffdec306b36eed92690f4935499 /template/yoga/admin.tpl
parentb79c8aceae62df26ab17049c9ce9330fdac3ab35 (diff)
Fix Mathias requests about French words.
Rename completely general tab into main tab. git-svn-id: http://piwigo.org/svn/trunk@1894 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin.tpl')
-rw-r--r--template/yoga/admin.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl
index be5ce7ff0..88975544c 100644
--- a/template/yoga/admin.tpl
+++ b/template/yoga/admin.tpl
@@ -14,8 +14,8 @@
<dt>{lang:config}</dt>
<dd>
<ul>
- <li><a href="{U_CONFIG_GENERAL}">{lang:general}</a></li>
- <li><a href="{U_CONFIG_DISPLAY}">{lang:conf_default}</a></li>
+ <li><a href="{U_CONFIG_GENERAL}">{lang:conf_general}</a></li>
+ <li><a href="{U_CONFIG_DISPLAY}">{lang:conf_display}</a></li>
</ul>
</dd>
</dl>