summaryrefslogtreecommitdiff
path: root/src/programs/pkexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/programs/pkexec.c')
-rw-r--r--src/programs/pkexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/programs/pkexec.c b/src/programs/pkexec.c
index ae0d842..dcc618d 100644
--- a/src/programs/pkexec.c
+++ b/src/programs/pkexec.c
@@ -478,7 +478,7 @@ main (int argc, char *argv[])
}
else if (polkit_authorization_result_get_is_challenge (result))
{
- g_printerr ("Authorization requires authentication but no authentication was found.\n");
+ g_printerr ("Authorization requires authentication but no authentication agent was found.\n");
goto out;
}
else