authentication-agent: Fix typo in user visible string
https://bugzilla.gnome.org/show_bug.cgi?id=643275
This commit is contained in:
parent
6d902633e9
commit
cc72819579
@ -331,7 +331,7 @@ auth_request_complete (AuthRequest *request,
|
|||||||
g_simple_async_result_set_error (request->simple,
|
g_simple_async_result_set_error (request->simple,
|
||||||
POLKIT_ERROR,
|
POLKIT_ERROR,
|
||||||
POLKIT_ERROR_CANCELLED,
|
POLKIT_ERROR_CANCELLED,
|
||||||
_("Authentation dialog was dismissed by the user"));
|
_("Authentication dialog was dismissed by the user"));
|
||||||
|
|
||||||
if (agent->current_request == request)
|
if (agent->current_request == request)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user