[frogr] Updated translatable strings
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Updated translatable strings
- Date: Sun, 17 Jul 2011 09:19:01 +0000 (UTC)
commit 006f658d7ffa863d45aac7c62638644eca914f23
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Sun Jul 17 10:45:00 2011 +0200
Updated translatable strings
src/frogr-controller.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/frogr-controller.c b/src/frogr-controller.c
index 27b424c..b8eb114 100644
--- a/src/frogr-controller.c
+++ b/src/frogr-controller.c
@@ -253,7 +253,7 @@ _notify_error_to_user (FrogrController *self, GError *error)
switch (error->code)
{
case FSP_ERROR_CANCELLED:
- msg = g_strdup (_("Process cancelled by the user"));
+ msg = g_strdup (_("Process cancelled"));
error_function = NULL; /* Don't notify the user about this */
break;
@@ -323,7 +323,7 @@ _notify_error_to_user (FrogrController *self, GError *error)
break;
case FSP_ERROR_AUTHENTICATION_FAILED:
- msg = g_strdup_printf (_("Authorization failed.\n" "Please try again"));
+ msg = g_strdup_printf (_("Authorization failed.\nPlease try again"));
error_function = _show_auth_failed_dialog;
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]