diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/fullname-strings.h | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/fullname.glade | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/fullname-strings.h b/addressbook/gui/contact-editor/fullname-strings.h index 4d4303270a..e2b7232af6 100644 --- a/addressbook/gui/contact-editor/fullname-strings.h +++ b/addressbook/gui/contact-editor/fullname-strings.h @@ -8,6 +8,8 @@ gchar *s = N_("Check Full Name"); gchar *s = N_("\n" "Mr.\n" "Mrs.\n" + "Ms.\n" + "Miss\n" "Dr.\n" ""); gchar *s = N_("\n" diff --git a/addressbook/gui/contact-editor/fullname.glade b/addressbook/gui/contact-editor/fullname.glade index f2dfa23834..b2d4a5d6a6 100644 --- a/addressbook/gui/contact-editor/fullname.glade +++ b/addressbook/gui/contact-editor/fullname.glade @@ -104,6 +104,8 @@ <items> Mr. Mrs. +Ms. +Miss Dr. </items> <child> |