diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-22 12:05:16 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-22 12:05:16 +0000 |
| commit | 38394350ffaf894e399b860531bc9d3cee303e0d (patch) | |
| tree | cfd4023345e280e78b54decb0bd4d2eaa787dd85 /plugins/archive/localization | |
| parent | 957c5298a18e7aafc39bc33f674322f87702a683 (diff) | |
Let plugins adapt better to different skins
git-svn-id: https://svn.roundcube.net/trunk@5642 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/archive/localization')
| -rw-r--r-- | plugins/archive/localization/en_US.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/archive/localization/en_US.inc b/plugins/archive/localization/en_US.inc index fce31a0b5..01a4f1e13 100644 --- a/plugins/archive/localization/en_US.inc +++ b/plugins/archive/localization/en_US.inc @@ -1,6 +1,7 @@ <?php $labels = array(); +$labels['buttontext'] = 'Archive'; $labels['buttontitle'] = 'Archive this message'; $labels['archived'] = 'Successfully archived'; $labels['archivefolder'] = 'Archive'; |
