diff options
-rw-r--r-- | src/polkitmateauthenticator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polkitmateauthenticator.c b/src/polkitmateauthenticator.c index 93440cd..ccd1774 100644 --- a/src/polkitmateauthenticator.c +++ b/src/polkitmateauthenticator.c @@ -455,7 +455,7 @@ do_initiate (gpointer user_data) { gchar *s; - s = g_strconcat ("<b>", _("Authentication Failure"), "</b>", NULL); + s = g_strconcat ("<b>", _("Your authentication attempt was unsuccessful. Please try again."), "</b>", NULL); polkit_mate_authentication_dialog_set_info_message ( POLKIT_MATE_AUTHENTICATION_DIALOG (authenticator->dialog), s); |