diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-02-01 15:24:33 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-02-01 15:24:33 +0100 |
commit | c5a5f989a9bf91927e6bb627f9f789800ce02fad (patch) | |
tree | 30fdd219922cebdf2c3beeb7c8a78c6e3a33f6af /program/localization/en_US/labels.inc | |
parent | 92ba29f04f9303e6b767569002f65c8ff1512553 (diff) |
Allow to list contact groups in (paged) list (yet incomplete)
Diffstat (limited to 'program/localization/en_US/labels.inc')
-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 a0b6e6a31..2fce96ca1 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -350,6 +350,7 @@ $labels['lastpage'] = 'Show last page'; $labels['group'] = 'Group'; $labels['groups'] = 'Groups'; +$labels['listgroup'] = 'List group members'; $labels['personaladrbook'] = 'Personal Addresses'; $labels['searchsave'] = 'Save search'; |