Fix error message when no authentication agent is available
authorDavid Zeuthen <davidz@redhat.com>
Tue, 15 Dec 2009 17:19:44 +0000 (12:19 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 15 Dec 2009 17:19:44 +0000 (12:19 -0500)
Signed-off-by: David Zeuthen <davidz@redhat.com>
src/programs/pkexec.c

index ae0d842af69b8c2eea597a4cead7c7ba1446630a..dcc618dd7c1de2cdad8c99cc758859a5fbe03d32 100644 (file)
@@ -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