summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-11 12:28:15 +0200
committerinfirit <[email protected]>2015-09-13 12:49:07 +0200
commit783335ab0e8c9f31fa9e5f1ce9301d63bc036e0b (patch)
treec8dffab3ad4fd3f847187ea467bd8cb7183717f0
parent7aca21485bcd8601e989f141573c3bcc3c3fe609 (diff)
downloadmate-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
-rw-r--r--src/polkitmateauthenticator.c2
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);