diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-15 19:42:53 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-15 19:43:41 +0800 |
commit | 3a4b25be8c95f7c609b51606e6fd863184268153 (patch) | |
tree | 06dc4f4098778156124c7a40ad5046c676f7481a /libempathy-gtk | |
parent | fe79be103841148f53994cd5b4c5d2a8cd6322b4 (diff) | |
download | gsoc2013-empathy-3a4b25be8c95f7c609b51606e6fd863184268153.tar gsoc2013-empathy-3a4b25be8c95f7c609b51606e6fd863184268153.tar.gz gsoc2013-empathy-3a4b25be8c95f7c609b51606e6fd863184268153.tar.bz2 gsoc2013-empathy-3a4b25be8c95f7c609b51606e6fd863184268153.tar.lz gsoc2013-empathy-3a4b25be8c95f7c609b51606e6fd863184268153.tar.xz gsoc2013-empathy-3a4b25be8c95f7c609b51606e6fd863184268153.tar.zst gsoc2013-empathy-3a4b25be8c95f7c609b51606e6fd863184268153.zip |
Authentification → Authentication
So yeah, Authentification is actually not an English word...
https://bugzilla.gnome.org/show_bug.cgi?id=676027
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-bad-password-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <b>%s</b>"), + text = g_strdup_printf (_("Authentication failed for account <b>%s</b>"), tp_account_get_display_name (base->account)); gtk_message_dialog_set_markup (GTK_MESSAGE_DIALOG (self), text); g_free (text); |