diff options
author | Travis Reitter <treitter@gmail.com> | 2010-07-10 04:21:29 +0800 |
---|---|---|
committer | Travis Reitter <treitter@gmail.com> | 2010-07-21 07:12:37 +0800 |
commit | b94698cb3423f9852dbf2347773ab22598df1136 (patch) | |
tree | 4d8a1f5e040e2c2f3b4da95956c83ca29d9c7af6 | |
parent | cf0b25a06daab8458f4a469b7e81ccb5a5775096 (diff) | |
download | gsoc2013-empathy-b94698cb3423f9852dbf2347773ab22598df1136.tar gsoc2013-empathy-b94698cb3423f9852dbf2347773ab22598df1136.tar.gz gsoc2013-empathy-b94698cb3423f9852dbf2347773ab22598df1136.tar.bz2 gsoc2013-empathy-b94698cb3423f9852dbf2347773ab22598df1136.tar.lz gsoc2013-empathy-b94698cb3423f9852dbf2347773ab22598df1136.tar.xz gsoc2013-empathy-b94698cb3423f9852dbf2347773ab22598df1136.tar.zst gsoc2013-empathy-b94698cb3423f9852dbf2347773ab22598df1136.zip |
Stick with the term 'contact' instead of adding 'individual'.
-rw-r--r-- | libempathy-gtk/empathy-individual-dialogs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-dialogs.c b/libempathy-gtk/empathy-individual-dialogs.c index 8aa31687c..88ac09bd3 100644 --- a/libempathy-gtk/empathy-individual-dialogs.c +++ b/libempathy-gtk/empathy-individual-dialogs.c @@ -109,7 +109,7 @@ empathy_new_individual_dialog_show_with_individual (GtkWindow *parent, dialog = gtk_dialog_new (); gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE); - gtk_window_set_title (GTK_WINDOW (dialog), _("New Individual")); + gtk_window_set_title (GTK_WINDOW (dialog), _("New Contact")); /* Cancel button */ button = gtk_button_new_with_label (GTK_STOCK_CANCEL); |