diff options
author | thomascube <thomas@roundcube.net> | 2011-11-21 14:10:29 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-11-21 14:10:29 +0000 |
commit | ce22f1e0c68d6813177f5e2177371032f9924a50 (patch) | |
tree | 9a9831b502fa0683b2c53d2fc4e3458f3248332e /program/localization/en_US | |
parent | b1867b8f198374d26e1bfdfeaeac16971608b551 (diff) |
Show configurable support link in about page; refer on <srcuri> for download link; no link to roundcube.net to avoid tons of support requests
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index d7df39771..a0f1c31f5 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -469,7 +469,7 @@ $labels['plugin'] = 'Plugin'; $labels['version'] = 'Version'; $labels['source'] = 'Source'; $labels['license'] = 'License'; -$labels['webpage'] = 'Webpage'; +$labels['support'] = 'Get support'; // units $labels['B'] = 'B'; |