diff options
| -rw-r--r-- | program/localization/en_US/labels.inc | 1 | ||||
| -rw-r--r-- | skins/classic/templates/about.html | 2 | ||||
| -rw-r--r-- | skins/larry/templates/about.html | 2 | 
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 & 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 & 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> | 
