diff options
author | Cor Bosman <cor@xs4all.net> | 2012-11-10 11:38:10 +0100 |
---|---|---|
committer | Cor Bosman <cor@xs4all.net> | 2012-11-10 11:38:10 +0100 |
commit | 5c8a2cdeb869925acc5aa1be6e9a2876d1e73b80 (patch) | |
tree | 22e3abff629fe001d08e0bc2ec8fbc496883931c /skins/classic/templates | |
parent | 92eb18b46ac9dee2349bcb76b8fc5fea5dc8954f (diff) |
allow string to be translated, backport from larry
Diffstat (limited to 'skins/classic/templates')
-rw-r--r-- | skins/classic/templates/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/templates/about.html b/skins/classic/templates/about.html index f51180699..b00187671 100644 --- a/skins/classic/templates/about.html +++ b/skins/classic/templates/about.html @@ -25,7 +25,7 @@ Some <a href="http://roundcube.net/license">exceptions</a> for skins & plugi <p class="links"><roundcube:object name="supportlink" label="support" target="_blank" /></p> </div> -<h4>Installed plugins</h4> +<h3><roundcube:label name="installedplugins" en_US="Installed plugins" /></h3> <roundcube:object name="pluginlist" id="pluginlist" class="records-table" cellspacing="0" /> </div> |