summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-11-17 18:31:31 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-11-17 18:31:31 +0100
commitbe9aacaa5296dfca63fb3a01c2dc52538d1546aa (patch)
tree44cecf74f6614fdd5fd0a378d352993028e88644
parenta9e136161aa08c2646530889c916035527148a5f (diff)
Bring back lost localization for the about page
-rw-r--r--program/localization/en_US/labels.inc1
-rw-r--r--skins/classic/templates/about.html2
-rw-r--r--skins/larry/templates/about.html2
3 files changed, 3 insertions, 2 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 44a5a3d99..cb3cdf1cb 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -493,6 +493,7 @@ $labels['sortasc'] = 'Sort ascending';
$labels['sortdesc'] = 'Sort descending';
$labels['undo'] = 'Undo';
+$labels['installedplugins'] = 'Installed plugins';
$labels['plugin'] = 'Plugin';
$labels['version'] = 'Version';
$labels['source'] = 'Source';
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 &amp; 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>
diff --git a/skins/larry/templates/about.html b/skins/larry/templates/about.html
index 4fddfc557..2c18e8889 100644
--- a/skins/larry/templates/about.html
+++ b/skins/larry/templates/about.html
@@ -20,7 +20,7 @@ Some <a href="http://roundcube.net/license">exceptions</a> for skins &amp; plugi
</div>
<div class="readtext">
-<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" />
</div>