[gbrainy] Fixes dots in sentences
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Fixes dots in sentences
- Date: Tue, 29 Jun 2010 22:45:36 +0000 (UTC)
commit 833a9d79dce494d420524c6ab8d48279e1f28c69
Author: Jordi Mas <jmas softcatala org>
Date: Wed Jun 30 00:46:54 2010 +0200
Fixes dots in sentences
data/games.xml | 2 +-
src/Clients/Classical/CommandLine.cs | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/games.xml b/data/games.xml
index 9d82c7a..3d29548 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -121,7 +121,7 @@
int rslt = players -1;
</variables>
<_question>How many matches does it take to determine the winner of a tennis tournament that starts with [players] players?</_question>
- <_rationale>In every match you eliminate one player, you need the total number of games minus 1 to find out the winner..</_rationale>
+ <_rationale>In every match you eliminate one player, you need the total number of games minus 1 to find out the winner.</_rationale>
<answer>[rslt]</answer>
</variant>
</game>
diff --git a/src/Clients/Classical/CommandLine.cs b/src/Clients/Classical/CommandLine.cs
index 975e221..e618dda 100644
--- a/src/Clients/Classical/CommandLine.cs
+++ b/src/Clients/Classical/CommandLine.cs
@@ -154,10 +154,10 @@ namespace gbrainy.Clients.Classical
"Usage: gbrainy [options]\n" +
" --version\t\t\tPrint version information.\n" +
" --help\t\t\tPrint this usage message.\n" +
- " --gamelist\t\t\tShows the list of available games\n" +
- " --customgame [game1, gameN]\tSpecifies a list of games to play during a custom game\n" +
- " --norandom \t\t\tThe custom game list provided will not be randomized\n" +
- " --versions \t\t\tShow dependencies\n");
+ " --gamelist\t\t\tShows the list of available games.\n" +
+ " --customgame [game1, gameN]\tSpecifies a list of games to play during a custom game.\n" +
+ " --norandom \t\t\tThe custom game list provided will not be randomized.\n" +
+ " --versions \t\t\tShow dependencies.\n");
Console.WriteLine (usage);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]