[gnome-shell] authentication-agent: Fix typo in user visible string



commit cc728195794122bbd99fe339f882ae034bb1b2e6
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Feb 25 12:01:52 2011 +0100

    authentication-agent: Fix typo in user visible string
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643275

 src/shell-polkit-authentication-agent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/shell-polkit-authentication-agent.c b/src/shell-polkit-authentication-agent.c
index a84d8b6..ad59486 100644
--- a/src/shell-polkit-authentication-agent.c
+++ b/src/shell-polkit-authentication-agent.c
@@ -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)
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]