[vhffs-dev] [2287] fixed localization in user pref template |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 2287
Author: gradator
Date: 2015-08-09 14:37:17 +0200 (Sun, 09 Aug 2015)
Log Message:
-----------
fixed localization in user pref template
Modified Paths:
--------------
trunk/vhffs-panel/templates/user/prefs.tt
Modified: trunk/vhffs-panel/templates/user/prefs.tt
===================================================================
--- trunk/vhffs-panel/templates/user/prefs.tt 2015-07-26 20:41:33 UTC (rev 2286)
+++ trunk/vhffs-panel/templates/user/prefs.tt 2015-08-09 12:37:17 UTC (rev 2287)
@@ -132,7 +132,7 @@
<p class="button" id="buttonModify">
[% IF user_help_url %]
- <a href="[% user_help_url | html %]">Aide</a>
+ <a href="[% user_help_url | html %]">[% 'Help' | i18n | html %]</a>
[% END %]
<input type="submit" value="[% 'Update' | i18n | html %]" name="prefs_submit" id="prefs_submit"/>
</p>