[frogr] Changed error message for timeouts authorizing.



commit 8df5e0deb2ae121fb3e1b07a468e4e71ed7709fa
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Sat Aug 13 03:46:44 2011 +0200

    Changed error message for timeouts authorizing.
    
    Omit the "Please try again" part.

 src/frogr-controller.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-controller.c b/src/frogr-controller.c
index acc6209..f5297d5 100644
--- a/src/frogr-controller.c
+++ b/src/frogr-controller.c
@@ -512,7 +512,7 @@ _cancel_authorization_on_timeout (gpointer data)
       frogr_main_view_hide_progress (priv->mainview);
 
       window = frogr_main_view_get_window (priv->mainview);
-      _show_auth_failed_dialog (window, _("Authorization failed (timed out)\nPlease try again"), FALSE);
+      _show_auth_failed_dialog (window, _("Authorization failed (timed out)"), FALSE);
     }
 
   return FALSE;



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