gbrainy r324 - trunk/src
- From: jmas svn gnome org
- To: svn-commits-list gnome org
- Subject: gbrainy r324 - trunk/src
- Date: Fri, 9 May 2008 17:02:33 +0100 (BST)
Author: jmas
Date: Fri May 9 16:02:33 2008
New Revision: 324
URL: http://svn.gnome.org/viewvc/gbrainy?rev=324&view=rev
Log:
Fixes typos
Modified:
trunk/src/PuzzleExtraCircle.cs
Modified: trunk/src/PuzzleExtraCircle.cs
==============================================================================
--- trunk/src/PuzzleExtraCircle.cs (original)
+++ trunk/src/PuzzleExtraCircle.cs Fri May 9 16:02:33 2008
@@ -39,7 +39,7 @@
}
public override string Question {
- get {return Catalog.GetString ("Which is the circle that does not belong to the group (it is not a sequence)? (A, B, C or D)");}
+ get {return Catalog.GetString ("Which is the circle that does not belong to the group (A, B, C or D)?. It is not a sequence of elements.");}
}
public override string Tip {
@@ -49,7 +49,7 @@
public override string Answer {
get {
string answer = base.Answer + " ";
- answer += String.Format (Catalog.GetString ("In all the circles the color slides follow the same order except for this one."));
+ answer += String.Format (Catalog.GetString ("In all the circles the color slices follow the same order except for this one."));
return answer;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]