diff options
author | thomascube <thomas@roundcube.net> | 2011-01-21 17:41:05 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-01-21 17:41:05 +0000 |
commit | fbeb46890421b11736794f52ce96018d77f37595 (patch) | |
tree | e6742b8c2a04882da11db2d1d39a2897da028cd6 /program/localization | |
parent | 26e76dfdd89f0183466f2d3354ff741680137c6f (diff) |
Better grouping of contact information
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 59e396f2b..66f47f0dc 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -279,6 +279,7 @@ $labels['addcontact'] = 'Add new contact'; $labels['editcontact'] = 'Edit contact'; $labels['contacts'] = 'Contacts'; $labels['contactproperties'] = 'Contact properties'; +$labels['personalinfo'] = 'Personal information'; $labels['edit'] = 'Edit'; $labels['cancel'] = 'Cancel'; |