aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-bad-password-dialog.c2
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);