From be9aacaa5296dfca63fb3a01c2dc52538d1546aa Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Sat, 17 Nov 2012 12:31:31 -0500 Subject: [PATCH] Bring back lost localization for the about page --- skins/classic/templates/about.html | 2 +- skins/larry/templates/about.html | 2 +- program/localization/en_US/labels.inc | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 44a5a3d..cb3cdf1 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -493,6 +493,7 @@ $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 b001876..d84ccbd 100644 --- a/skins/classic/templates/about.html +++ b/skins/classic/templates/about.html @@ -25,7 +25,7 @@ <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 4fddfc5..2c18e88 100644 --- a/skins/larry/templates/about.html +++ b/skins/larry/templates/about.html @@ -20,7 +20,7 @@ </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> -- Gitblit v1.9.1