[chronojump] Fixed 692686 - Typo



commit 65b9c8a1b5d182e9049121f362fd905f443483db
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jan 28 18:35:54 2013 +0100

    Fixed 692686 - Typo

 src/gui/chronojump.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index e56c057..bf31d8c 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -3192,7 +3192,7 @@ Console.WriteLine("X");
 	{
 Log.WriteLine("AAA");
 		currentEventExecute.FakeButtonFinished.Clicked -= new EventHandler(on_jump_finished_ask_data);
-		genericWin = GenericWindow.Show(Catalog.GetString("Input length oj jump in centimeters")
+		genericWin = GenericWindow.Show(Catalog.GetString("Input length of jump in centimeters")
 				, Constants.GenericWindowShow.SPININT);
 
 		genericWin.LabelSpinInt = "";



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