]> git.0d.be Git - empathy.git/commitdiff
Fix the contact information dialog's window.
authorXavier Claessens <xclaesse@gmail.com>
Mon, 5 Oct 2009 07:53:07 +0000 (09:53 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Mon, 5 Oct 2009 07:53:07 +0000 (09:53 +0200)
libempathy-gtk/empathy-contact-dialogs.c

index 5c77a787e366a724ac1e9674ac0bfe34420c4e08..2c652737ff792b2d0cd8635a971ba29657dc5612 100644 (file)
@@ -174,7 +174,7 @@ empathy_contact_information_dialog_show (EmpathyContact *contact,
        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), _("Edit Contact Information"));
+       gtk_window_set_title (GTK_WINDOW (dialog), _("Contact Informations"));
 
        /* Close button */
        button = gtk_button_new_with_label (GTK_STOCK_CLOSE);