aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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