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/markasjunk/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/markasjunk/localization')
| -rw-r--r-- | plugins/markasjunk/localization/en_US.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/markasjunk/localization/en_US.inc b/plugins/markasjunk/localization/en_US.inc index 6f63e161a..c1f56ad1d 100644 --- a/plugins/markasjunk/localization/en_US.inc +++ b/plugins/markasjunk/localization/en_US.inc @@ -1,6 +1,7 @@ <?php $labels = array(); +$labels['buttontext'] = 'Junk'; $labels['buttontitle'] = 'Mark as Junk'; $labels['reportedasjunk'] = 'Successfully reported as Junk'; |
