From 3a4b25be8c95f7c609b51606e6fd863184268153 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 15 May 2012 13:42:53 +0200 Subject: =?UTF-8?q?Authentification=20=E2=86=92=20Authentication?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So yeah, Authentification is actually not an English word... https://bugzilla.gnome.org/show_bug.cgi?id=676027 --- libempathy-gtk/empathy-bad-password-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-bad-password-dialog.c b/libempathy-gtk/empathy-bad-password-dialog.c index 2209ff064..78b8b879e 100644 --- a/libempathy-gtk/empathy-bad-password-dialog.c +++ b/libempathy-gtk/empathy-bad-password-dialog.c @@ -127,7 +127,7 @@ empathy_bad_password_dialog_constructed (GObject *object) G_OBJECT_CLASS (empathy_bad_password_dialog_parent_class)->constructed ( object); - text = g_strdup_printf (_("Authentification failed for account %s"), + text = g_strdup_printf (_("Authentication failed for account %s"), tp_account_get_display_name (base->account)); gtk_message_dialog_set_markup (GTK_MESSAGE_DIALOG (self), text); g_free (text); -- cgit v1.2.3