gbrainy r216 - trunk/src



Author: jmas
Date: Tue Feb 12 14:44:03 2008
New Revision: 216
URL: http://svn.gnome.org/viewvc/gbrainy?rev=216&view=rev

Log:
Small English fix

Modified:
   trunk/src/PuzzlePeopleTable.cs

Modified: trunk/src/PuzzlePeopleTable.cs
==============================================================================
--- trunk/src/PuzzlePeopleTable.cs	(original)
+++ trunk/src/PuzzlePeopleTable.cs	Tue Feb 12 14:44:03 2008
@@ -49,7 +49,7 @@
 	public override string Answer {
 		get { 
 			string answer = base.Answer + " ";
-			answer += Catalog.GetString ("Subtracting the two positions you get how many people is sat in half of the table then the double is the total amount of people.");
+			answer += Catalog.GetString ("Subtracting the two positions you find out how many people are seated half way around the table. Doubling this number leaves you with the total amount of people.");
 			return answer;
 		}
 	}



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