gbrainy r176 - trunk/src



Author: jmas
Date: Thu Jan 24 15:15:09 2008
New Revision: 176
URL: http://svn.gnome.org/viewvc/gbrainy?rev=176&view=rev

Log:
Fix string

Modified:
   trunk/src/gbrainy.cs

Modified: trunk/src/gbrainy.cs
==============================================================================
--- trunk/src/gbrainy.cs	(original)
+++ trunk/src/gbrainy.cs	Thu Jan 24 15:15:09 2008
@@ -304,7 +304,7 @@
 	{
 		session.NewSession ();
 		GetNextGame ();
-		solution_label.Text = Catalog.GetString ("Once you have an answer type it in \"Your answer:\" entry box and press the \"Ok\" button.");
+		solution_label.Text = Catalog.GetString ("Once you have an answer type it in \"Answer:\" entry box and press the \"Ok\" button.");
 		UpdateStatusBar ();
 	}
 



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