]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-bad-password-dialog.c
Authentification → Authentication
[empathy.git] / libempathy-gtk / empathy-bad-password-dialog.c
index 2209ff064570c7bb8d7b19074c1939c67d5f3a0c..78b8b879e0cd4d6e2ce829cc2736c1c4e1bbe2c9 100644 (file)
@@ -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);