Author: jmas
Date: Thu Feb 14 13:11:52 2008
New Revision: 217
URL: http://svn.gnome.org/viewvc/gbrainy?rev=217&view=rev
Log:
2008-02-14 Jordi Mas <[EMAIL PROTECTED]>
* PuzzleBuildTriangle.cs: Adds tip
Modified:
trunk/src/ChangeLog
trunk/src/PuzzleBuildTriangle.cs
trunk/src/PuzzleMostInCommon.cs
Modified: trunk/src/PuzzleBuildTriangle.cs
==============================================================================
--- trunk/src/PuzzleBuildTriangle.cs (original)
+++ trunk/src/PuzzleBuildTriangle.cs Thu Feb 14 13:11:52 2008
@@ -52,6 +52,10 @@
get {return Catalog.GetString ("Which three pieces can you use
together to build a triangle?");}
}
+ public override string Tip {
+ get { return Catalog.GetString ("The resulting triangle is
isosceles.");}
+ }
+
public override void Initialize ()
{
switch (CurrentDifficulty) {
Modified: trunk/src/PuzzleMostInCommon.cs
==============================================================================
--- trunk/src/PuzzleMostInCommon.cs (original)
+++ trunk/src/PuzzleMostInCommon.cs Thu Feb 14 13:11:52 2008
@@ -86,7 +86,7 @@
if (CurrentDifficulty == Difficulty.Easy)
answer += Catalog.GetString ("It has the same
number of elements inside the figure that the figures given.");
else
- answer += Catalog.GetString ("It is the figure
with more elements in common with the figures given.");
+ answer += Catalog.GetString ("It is the figure
with more elements in common compared to the figures given.");
return answer;
}
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.