diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-17 18:31:31 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-17 18:31:31 +0100 |
commit | be9aacaa5296dfca63fb3a01c2dc52538d1546aa (patch) | |
tree | 44cecf74f6614fdd5fd0a378d352993028e88644 /skins/classic/templates/about.html | |
parent | a9e136161aa08c2646530889c916035527148a5f (diff) |
Bring back lost localization for the about page
Diffstat (limited to 'skins/classic/templates/about.html')
-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 b00187671..d84ccbd3c 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> -<h3><roundcube:label name="installedplugins" en_US="Installed plugins" /></h3> +<h3><roundcube:label name="installedplugins" /></h3> <roundcube:object name="pluginlist" id="pluginlist" class="records-table" cellspacing="0" /> </div> |