[gbrainy] New tip
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] New tip
- Date: Wed, 2 Jan 2013 21:33:34 +0000 (UTC)
commit 8d27217c4795772ec5bddf3bc9f0e0988653322a
Author: Jordi Mas <jmas softcatala org>
Date: Wed Jan 2 22:35:54 2013 +0100
New tip
src/Core/Main/GameTips.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Main/GameTips.cs b/src/Core/Main/GameTips.cs
index 261274c..426cda9 100644
--- a/src/Core/Main/GameTips.cs
+++ b/src/Core/Main/GameTips.cs
@@ -35,7 +35,7 @@ namespace gbrainy.Core.Main
}
public int Count {
- get { return 15; }
+ get { return 16; }
}
// Gets a random tip from the list
@@ -85,6 +85,8 @@ namespace gbrainy.Core.Main
return Translations.GetString ("Think of breaking down every problem into simpler components.");
case 14:
return Translations.GetString ("When answering verbal analogies pay attention to the verb tense.");
+ case 15:
+ return Translations.GetString ("When you go to stores, try to perform calculations without the use of calculator.");
default:
throw new InvalidOperationException ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]