From 783335ab0e8c9f31fa9e5f1ce9301d63bc036e0b Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 11 Sep 2015 12:28:15 +0200 Subject: Changes authentication failure message Patch by Robert Ancell taken from https://bugzilla.gnome.org/show_bug.cgi?id=592978 --- src/polkitmateauthenticator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 ("", _("Authentication Failure"), "", NULL); + s = g_strconcat ("", _("Your authentication attempt was unsuccessful. Please try again."), "", NULL); polkit_mate_authentication_dialog_set_info_message ( POLKIT_MATE_AUTHENTICATION_DIALOG (authenticator->dialog), s); -- cgit v1.2.1