[gbrainy] Fixes bug #610642



commit b3f2076afac5386290ffbffe7037302fca5569a0
Author: Jordi Mas <jmas softcatala org>
Date:   Mon Feb 22 07:39:14 2010 +0100

    Fixes bug #610642

 src/Games/Memory/MemoryIndications.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/Games/Memory/MemoryIndications.cs b/src/Games/Memory/MemoryIndications.cs
index d01868d..0753434 100644
--- a/src/Games/Memory/MemoryIndications.cs
+++ b/src/Games/Memory/MemoryIndications.cs
@@ -132,13 +132,13 @@ namespace gbrainy.Games.Memory
 				case Type.Turn: {
 					switch ((TurnDirection) obj) {
 					case TurnDirection.Right:
-						return Catalog.GetString ("Turn right");
+						return Catalog.GetString ("Move right");
 					case TurnDirection.Left:
-						return Catalog.GetString ("Turn left");
+						return Catalog.GetString ("Move left");
 					case TurnDirection.Up:
-						return Catalog.GetString ("Go up");
+						return Catalog.GetString ("Move up");
 					case TurnDirection.Down:
-						return Catalog.GetString ("Go down");
+						return Catalog.GetString ("Move down");
 					}
 					break;
 				}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]