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 /src | |
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 'src')
-rw-r--r-- | src/empathy-auth-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-auth-client.c b/src/empathy-auth-client.c index 4f7712d9b..3228738f4 100644 --- a/src/empathy-auth-client.c +++ b/src/empathy-auth-client.c @@ -263,7 +263,7 @@ auth_factory_auth_passsword_failed (EmpathyAuthFactory *factory, { GtkWidget *dialog; - DEBUG ("Authentification on %s failed, popup password dialog", + DEBUG ("Authentication on %s failed, popup password dialog", tp_account_get_path_suffix (account)); dialog = empathy_bad_password_dialog_new (account, password); |