diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-10 03:17:27 -0800 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-10 03:17:27 -0800 |
commit | 502bfb1c53a1c97ae96750f20026368114ee83e1 (patch) | |
tree | 22e3abff629fe001d08e0bc2ec8fbc496883931c | |
parent | 92eb18b46ac9dee2349bcb76b8fc5fea5dc8954f (diff) | |
parent | 5c8a2cdeb869925acc5aa1be6e9a2876d1e73b80 (diff) |
Merge pull request #43 from corbosman/about
allow string to be translated, backport from larry
-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> |