aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/fullname-strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-editor/fullname-strings.h')
-rw-r--r--addressbook/gui/contact-editor/fullname-strings.h10
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 0c84dfdc8f..4d4303270a 100644
--- a/addressbook/gui/contact-editor/fullname-strings.h
+++ b/addressbook/gui/contact-editor/fullname-strings.h
@@ -5,11 +5,6 @@
*/
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_("\n"
"Mr.\n"
"Mrs.\n"
@@ -23,3 +18,8 @@ gchar *s = N_("\n"
"III\n"
"Esq.\n"
"");
+gchar *s = N_("_First:");
+gchar *s = N_("_Title:");
+gchar *s = N_("_Middle:");
+gchar *s = N_("_Last:");
+gchar *s = N_("_Suffix:");