authentication-agent: Fix typo in user visible string

https://bugzilla.gnome.org/show_bug.cgi?id=643275
This commit is contained in:
Florian Müllner 2011-02-25 12:01:52 +01:00
parent 6d902633e9
commit cc72819579

View File

@ -331,7 +331,7 @@ auth_request_complete (AuthRequest *request,
g_simple_async_result_set_error (request->simple,
POLKIT_ERROR,
POLKIT_ERROR_CANCELLED,
_("Authentation dialog was dismissed by the user"));
_("Authentication dialog was dismissed by the user"));
if (agent->current_request == request)
{