gbrainy r293 - trunk/src
- From: jmas svn gnome org
- To: svn-commits-list gnome org
- Subject: gbrainy r293 - trunk/src
- Date: Sun, 6 Apr 2008 20:15:42 +0100 (BST)
Author: jmas
Date: Sun Apr 6 20:15:42 2008
New Revision: 293
URL: http://svn.gnome.org/viewvc/gbrainy?rev=293&view=rev
Log:
Minor change
Modified:
trunk/src/PuzzleQuadrilaterals.cs
Modified: trunk/src/PuzzleQuadrilaterals.cs
==============================================================================
--- trunk/src/PuzzleQuadrilaterals.cs (original)
+++ trunk/src/PuzzleQuadrilaterals.cs Sun Apr 6 20:15:42 2008
@@ -47,7 +47,8 @@
public override string Answer {
get {
- string answer = base.Answer + "It is the only figure with all lines of equal size.";
+ string answer = base.Answer + " ";
+ answer += Catalog.GetString ("It is the only figure with all lines of equal size.");
return answer;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]