[gbrainy] Shorter game name type
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Shorter game name type
- Date: Sun, 28 Feb 2010 21:26:15 +0000 (UTC)
commit bdcfc41de2a81f215f72b2b7d50f7e878d9f3104
Author: Jordi Mas <jmas softcatala org>
Date: Sun Feb 28 22:26:58 2010 +0100
Shorter game name type
src/Core/Main/Game.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Main/Game.cs b/src/Core/Main/Game.cs
index cacbb57..1aa607a 100644
--- a/src/Core/Main/Game.cs
+++ b/src/Core/Main/Game.cs
@@ -386,7 +386,7 @@ namespace gbrainy.Core.Main
str = Catalog.GetString ("Memory");
break;
case Game.Types.MathTrainer:
- str = Catalog.GetString ("Mental Calculation");
+ str = Catalog.GetString ("Calculation");
break;
case Game.Types.VerbalAnalogy:
str = Catalog.GetString ("Verbal");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]