[frogr] Small change in localizable string for default errors



commit 487e9d14cbdfa4187244e25a8e126f9ecb18cd0e
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Wed Apr 4 03:28:49 2012 +0200

    Small change in localizable string for default errors

 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 0bf4ce1..3a5d214 100644
--- a/src/frogr-controller.c
+++ b/src/frogr-controller.c
@@ -359,7 +359,7 @@ _notify_error_to_user (FrogrController *self, GError *error)
 
     default:
       /* General error: just dump the raw error description */
-      msg = g_strdup_printf (_("An error happened while uploading a picture: %s."),
+      msg = g_strdup_printf (_("An error happened: %s."),
                              error->message);
       error_function = frogr_util_show_error_dialog;
     }



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