diff options
Diffstat (limited to 'addressbook/gui/contact-editor/fullname-strings.h')
-rw-r--r-- | addressbook/gui/contact-editor/fullname-strings.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/addressbook/gui/contact-editor/fullname-strings.h b/addressbook/gui/contact-editor/fullname-strings.h index 9c49107400..0c84dfdc8f 100644 --- a/addressbook/gui/contact-editor/fullname-strings.h +++ b/addressbook/gui/contact-editor/fullname-strings.h @@ -5,11 +5,11 @@ */ gchar *s = N_("Check Full Name"); -gchar *s = N_("Title:"); -gchar *s = N_("First:"); -gchar *s = N_("Middle:"); -gchar *s = N_("Last:"); -gchar *s = N_("Suffix:"); +gchar *s = N_("_Title:"); +gchar *s = N_("_First:"); +gchar *s = N_("_Middle:"); +gchar *s = N_("_Last:"); +gchar *s = N_("_Suffix:"); gchar *s = N_("\n" "Mr.\n" "Mrs.\n" |