|
From: Yoda-JM <yo...@us...> - 2010-01-09 09:38:09
|
Module: performous
Branch: master
Commit: c26dd143c527baaa87fd43a502625c18e02f17e0
Author: Vincent Le Ligeour <yo...@us...>
Date: Sat Jan 9 10:37:51 2010 +0100
Fixed dummy me thatthat read boost::format documentation to quickly
---
game/screen_players.cc | 2 +-
lang/es.po | 4 ++--
lang/fi.po | 4 ++--
lang/fr.po | 4 ++--
lang/it.po | 4 ++--
lang/performous.pot | 2 +-
6 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/game/screen_players.cc b/game/screen_players.cc
index 961fe77..a099639 100644
--- a/game/screen_players.cc
+++ b/game/screen_players.cc
@@ -117,7 +117,7 @@ void ScreenPlayers::draw() {
// Format the player information text
oss_song << m_database.scores.front().track << '\n';
// TODO: use boost::format
- oss_song << boost::format(_("You reached %1 points!")) % m_database.scores.front().score;
+ oss_song << boost::format(_("You reached %1% points!")) % m_database.scores.front().score;
oss_order << _("Change player with arrow keys.") << '\n'
<< _("Name:") << ' ' << m_players.current().name << '\n';
//m_database.queryPerPlayerHiscore(oss_order);
diff --git a/lang/es.po b/lang/es.po
index 2baf863..c32d418 100644
--- a/lang/es.po
+++ b/lang/es.po
@@ -82,8 +82,8 @@ msgid "Press enter to create player!"
msgstr "Presiona \"enter\" para crear el nuevo jugador:"
#: ../game/screen_players.cc:119
-msgid "You reached %1 points!"
-msgstr "¡Has conseguido %1 puntos!"
+msgid "You reached %1% points!"
+msgstr "¡Has conseguido %1% puntos!"
#: ../game/screen_players.cc:120
msgid "Change player with arrow keys."
diff --git a/lang/fi.po b/lang/fi.po
index 15496ea..723bb19 100644
--- a/lang/fi.po
+++ b/lang/fi.po
@@ -126,8 +126,8 @@ msgid "Press enter to create player!"
msgstr "Paina Enter luodaksesi pelaajan!"
#: ../game/screen_players.cc:121
-msgid "You reached %1 points!"
-msgstr "Sait %1 pistettä!"
+msgid "You reached %1% points!"
+msgstr "Sait %1% pistettä!"
#: ../game/screen_players.cc:122
msgid "Change player with arrow keys."
diff --git a/lang/fr.po b/lang/fr.po
index 17f4d92..945677e 100644
--- a/lang/fr.po
+++ b/lang/fr.po
@@ -78,8 +78,8 @@ msgid "Press enter to create player!"
msgstr "Pressez Entrer pour créer un nouveau joueur!"
#: ../game/screen_players.cc:119
-msgid "You reached %1 points!"
-msgstr "%1 points marqués!"
+msgid "You reached %1% points!"
+msgstr "%1% points marqués!"
#: ../game/screen_players.cc:120
msgid "Change player with arrow keys."
diff --git a/lang/it.po b/lang/it.po
index 677e765..f9f1e89 100644
--- a/lang/it.po
+++ b/lang/it.po
@@ -78,8 +78,8 @@ msgid "Press enter to create player!"
msgstr "Premi invio per creare il giocatore!"
#: ../game/screen_players.cc:119
-msgid "You reached %1 points!"
-msgstr "Hai fatto %1 punti!"
+msgid "You reached %1% points!"
+msgstr "Hai fatto %1% punti!"
#: ../game/screen_players.cc:120
msgid "Change player with arrow keys."
diff --git a/lang/performous.pot b/lang/performous.pot
index 41da930..c4ad2cd 100644
--- a/lang/performous.pot
+++ b/lang/performous.pot
@@ -79,7 +79,7 @@ msgid "Press enter to create player!"
msgstr ""
#: ../game/screen_players.cc:119
-msgid "You reached %1 points!"
+msgid "You reached %1% points!"
msgstr ""
#: ../game/screen_players.cc:120
|