=?utf-8?q?=5Bempathy=5D_Authentification_=E2=86=92_Authentication?=



commit 3a4b25be8c95f7c609b51606e6fd863184268153
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue May 15 13:42:53 2012 +0200

    Authentification â Authentication
    
    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 +-
 src/empathy-auth-client.c                    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-bad-password-dialog.c b/libempathy-gtk/empathy-bad-password-dialog.c
index 2209ff0..78b8b87 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);
diff --git a/src/empathy-auth-client.c b/src/empathy-auth-client.c
index 4f7712d..3228738 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]