[empathy: 1/2] Fix the contact information dialog's window.
- From: Xavier Claessens <xclaesse src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy: 1/2] Fix the contact information dialog's window.
- Date: Mon, 5 Oct 2009 11:29:16 +0000 (UTC)
commit 7d22a2c47ec6e49a44af8a73199ec16e46870401
Author: Xavier Claessens <xclaesse gmail com>
Date: Mon Oct 5 09:53:07 2009 +0200
Fix the contact information dialog's window.
libempathy-gtk/empathy-contact-dialogs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-dialogs.c b/libempathy-gtk/empathy-contact-dialogs.c
index 5c77a78..2c65273 100644
--- a/libempathy-gtk/empathy-contact-dialogs.c
+++ b/libempathy-gtk/empathy-contact-dialogs.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]