diff options
-rw-r--r-- | src/empathy-account-assistant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c index 68376733e..54fe684a8 100644 --- a/src/empathy-account-assistant.c +++ b/src/empathy-account-assistant.c @@ -123,7 +123,7 @@ account_assistant_build_error_page (EmpathyAccountAssistant *self, priv->first_resp == RESPONSE_CREATE_ACCOUNT) message = _("There has been an error while creating the account."); else - message = _("There has been an error.") + message = _("There has been an error."); w = gtk_label_new (message); gtk_box_pack_start (GTK_BOX (hbox), w, FALSE, FALSE, 0); |