aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSindhu S <sindhus@live.in>2013-06-09 15:21:43 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-06-14 16:25:27 +0800
commit54917ba3ec27170caeaf07abdf30b93a4bc4167f (patch)
treec11208da4b2b761c527fd1eca9da22c997c3135b
parent37deb64980a9896e8748fb4cb0fc84c59b95bf89 (diff)
downloadgsoc2013-empathy-54917ba3ec27170caeaf07abdf30b93a4bc4167f.tar
gsoc2013-empathy-54917ba3ec27170caeaf07abdf30b93a4bc4167f.tar.gz
gsoc2013-empathy-54917ba3ec27170caeaf07abdf30b93a4bc4167f.tar.bz2
gsoc2013-empathy-54917ba3ec27170caeaf07abdf30b93a4bc4167f.tar.lz
gsoc2013-empathy-54917ba3ec27170caeaf07abdf30b93a4bc4167f.tar.xz
gsoc2013-empathy-54917ba3ec27170caeaf07abdf30b93a4bc4167f.tar.zst
gsoc2013-empathy-54917ba3ec27170caeaf07abdf30b93a4bc4167f.zip
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
-rw-r--r--libempathy-gtk/empathy-new-account-dialog.c2
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 ed9242b58..6d13d15e3 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