diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-11-22 02:49:58 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-11-22 02:49:58 +0000 |
commit | a557904d2a1389ef05c05a38bc363227487ea834 (patch) | |
tree | 7e31e593d9fe81e90bc369795038f46ffb1f2a6d /template/yoga/menubar.tpl | |
parent | 32a7950e9d1ebd8e2bc0da383404de2977fdb3bc (diff) |
language cleanup (removed duplicate messages and use {lang:} instead of
template->assign_var)
git-svn-id: http://piwigo.org/svn/trunk@1615 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/menubar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl index cb613ec2e..bb7bc2db2 100644 --- a/template/yoga/menubar.tpl +++ b/template/yoga/menubar.tpl @@ -73,7 +73,7 @@ <!-- END hello --> <ul> <!-- BEGIN register --> - <li><a href="{U_REGISTER}" rel="nofollow">{lang:ident_register}</a></li> + <li><a href="{U_REGISTER}" rel="nofollow">{lang:Register}</a></li> <!-- END register --> <!-- BEGIN login --> <li><a href="{F_IDENTIFY}" rel="nofollow">{lang:Connection}</a></li> |