diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-04 12:10:49 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-04 12:10:49 +0200 |
commit | 24e89eceed9694882ff943c4106519fab449705f (patch) | |
tree | 64d12a7774175b5b01b193ae6fe68ef846b2c490 /program/localization | |
parent | 77043f8469ba8e7b64af5b0192b0297ded5c615f (diff) |
Add fieldset legends and input element labels to contact edit form
Diffstat (limited to 'program/localization')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 9d3863497..d1c642bd2 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -353,7 +353,9 @@ $labels['addcontact'] = 'Add new contact'; $labels['editcontact'] = 'Edit contact'; $labels['contacts'] = 'Contacts'; $labels['contactproperties'] = 'Contact properties'; +$labels['contactnameandorg'] = 'Name and Organization'; $labels['personalinfo'] = 'Personal information'; +$labels['contactphoto'] = 'Contact photo'; $labels['edit'] = 'Edit'; $labels['cancel'] = 'Cancel'; |