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 /program/localization | |
parent | a9e136161aa08c2646530889c916035527148a5f (diff) |
Bring back lost localization for the about page
Diffstat (limited to 'program/localization')
-rw-r--r-- | program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 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'; |