[gbrainy] New memory tip
- From: Jordi Mas <jmas src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gbrainy] New memory tip
- Date: Sun, 13 Dec 2009 16:14:31 +0000 (UTC)
commit fa3ae0f2184f9a2b5f8011073cd9e611ce7daccd
Author: Jordi Mas <jmas softcatala org>
Date: Sun Dec 13 17:14:57 2009 +0100
New memory 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 a6f97e0..20b56b6 100644
--- a/src/Core/Main/GameTips.cs
+++ b/src/Core/Main/GameTips.cs
@@ -29,7 +29,7 @@ namespace gbrainy.Core.Main
static int idx = 0;
static public int Count {
- get { return 11; }
+ get { return 12; }
}
// Gets a random tip from the list
@@ -71,6 +71,8 @@ namespace gbrainy.Core.Main
return Catalog.GetString ("Association of elements is a common technique for remembering things.");
case 10:
return Catalog.GetString ("Grouping elements into categories is a common technique for remembering things.");
+ case 11:
+ return Catalog.GetString ("Build acronyms using the first letter of each fact to be remembered.");
}
return string.Empty;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]