[empathy] Fix new account dialog for title conforming to HIG



commit 54917ba3ec27170caeaf07abdf30b93a4bc4167f
Author: Sindhu S <sindhus live in>
Date:   Sun Jun 9 12:51:43 2013 +0530

    Fix new account dialog for title conforming to HIG
    
    Changed new account dialog title from "Adding new account" to
    "Add new account" compliant with GNOME HIG.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=701891

 libempathy-gtk/empathy-new-account-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-new-account-dialog.c b/libempathy-gtk/empathy-new-account-dialog.c
index ed9242b..6d13d15 100644
--- a/libempathy-gtk/empathy-new-account-dialog.c
+++ b/libempathy-gtk/empathy-new-account-dialog.c
@@ -148,7 +148,7 @@ empathy_new_account_dialog_init (EmpathyNewAccountDialog *self)
   /* trigger show the first account widget */
   protocol_changed_cb (GTK_COMBO_BOX (self->priv->chooser), self);
 
-  gtk_window_set_title (GTK_WINDOW (self), _("Adding new account"));
+  gtk_window_set_title (GTK_WINDOW (self), _("Add new account"));
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]