[frogr] Fixed typo in translatable string.
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Fixed typo in translatable string.
- Date: Wed, 19 Jan 2011 14:10:00 +0000 (UTC)
commit eb0a09c21706dfcff7f0ddf8b97ff1ec61903b82
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Wed Jan 19 15:10:01 2011 +0100
Fixed typo in translatable string.
Thanks Mateus Zenaide for noticing and reporting!
po/de.po | 2 +-
po/en_GB.po | 2 +-
po/es.po | 2 +-
po/fr.po | 2 +-
po/gl.po | 2 +-
po/sl.po | 2 +-
po/sv.po | 2 +-
src/frogr-controller.c | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/po/de.po b/po/de.po
index 86073a2..4dfb493 100644
--- a/po/de.po
+++ b/po/de.po
@@ -150,7 +150,7 @@ msgstr ""
#: ../src/frogr-controller.c:291
msgid ""
"Error:\n"
-"Group limit alrady reached"
+"Group limit already reached"
msgstr ""
"Fehler:\n"
"Gruppenlimit wurde bereits erreicht"
diff --git a/po/en_GB.po b/po/en_GB.po
index 861c83a..5a2d052 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -155,7 +155,7 @@ msgstr ""
#: ../src/frogr-controller.c:291
msgid ""
"Error:\n"
-"Group limit alrady reached"
+"Group limit already reached"
msgstr ""
#: ../src/frogr-controller.c:296
diff --git a/po/es.po b/po/es.po
index 05b28e8..907eb4e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -146,7 +146,7 @@ msgstr "Foto ya incluida en el álbum"
#: ../src/frogr-controller.c:291
msgid ""
"Error:\n"
-"Group limit alrady reached"
+"Group limit already reached"
msgstr ""
#: ../src/frogr-controller.c:296
diff --git a/po/fr.po b/po/fr.po
index cb47da8..9f1a186 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -152,7 +152,7 @@ msgstr ""
#: ../src/frogr-controller.c:291
msgid ""
"Error:\n"
-"Group limit alrady reached"
+"Group limit already reached"
msgstr ""
"Erreur :\n"
"Limite du groupe déjà atteinte"
diff --git a/po/gl.po b/po/gl.po
index 0c75aa4..6632b49 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -150,7 +150,7 @@ msgstr ""
#: ../src/frogr-controller.c:291
msgid ""
"Error:\n"
-"Group limit alrady reached"
+"Group limit already reached"
msgstr ""
"Erro:\n"
"Xa se alcanzou o lÃmite de grupos"
diff --git a/po/sl.po b/po/sl.po
index e0133a1..f2313f8 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -149,7 +149,7 @@ msgstr ""
#: ../src/frogr-controller.c:291
msgid ""
"Error:\n"
-"Group limit alrady reached"
+"Group limit already reached"
msgstr ""
#: ../src/frogr-controller.c:296
diff --git a/po/sv.po b/po/sv.po
index e926598..a6a9450 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -132,7 +132,7 @@ msgstr ""
#: ../src/frogr-controller.c:291
msgid ""
"Error:\n"
-"Group limit alrady reached"
+"Group limit already reached"
msgstr ""
#: ../src/frogr-controller.c:296
diff --git a/src/frogr-controller.c b/src/frogr-controller.c
index 3472072..89be02a 100644
--- a/src/frogr-controller.c
+++ b/src/frogr-controller.c
@@ -288,7 +288,7 @@ _notify_error_to_user (FrogrController *self, GError *error)
break;
case FSP_ERROR_GROUP_LIMIT_REACHED:
- msg = g_strdup (_("Error:\nGroup limit alrady reached"));
+ msg = g_strdup (_("Error:\nGroup limit already reached"));
error_function = NULL; /* Don't notify the user about this */
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]