diff options
author | infirit <[email protected]> | 2015-09-11 12:28:15 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-13 12:49:07 +0200 |
commit | 783335ab0e8c9f31fa9e5f1ce9301d63bc036e0b (patch) | |
tree | c8dffab3ad4fd3f847187ea467bd8cb7183717f0 /src/polkitmateauthenticator.c | |
parent | 7aca21485bcd8601e989f141573c3bcc3c3fe609 (diff) | |
download | mate-polkit-783335ab0e8c9f31fa9e5f1ce9301d63bc036e0b.tar.bz2 mate-polkit-783335ab0e8c9f31fa9e5f1ce9301d63bc036e0b.tar.xz |
Changes authentication failure message
Patch by Robert Ancell taken from
https://bugzilla.gnome.org/show_bug.cgi?id=592978
Diffstat (limited to 'src/polkitmateauthenticator.c')
-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); |