[chronojump] Fixed typo



commit d3735b0969f3ae51da2ed10fcdab2e902dac5eb1
Author: Marek Ä?ernocký <marek manet cz>
Date:   Tue Mar 29 08:57:45 2011 +0200

    Fixed typo

 src/gui/jump.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/jump.cs b/src/gui/jump.cs
index 5e7e81b..60b1fb0 100644
--- a/src/gui/jump.cs
+++ b/src/gui/jump.cs
@@ -492,7 +492,7 @@ public class RepairJumpRjWindow
 				fixedString = "\n" + string.Format(
 						Catalog.GetPluralString(
 							"This jump type is fixed to one second.",
-							"This jump type is fixed to {0} secondss.",
+							"This jump type is fixed to {0} seconds.",
 							Convert.ToInt32(myJumpType.FixedValue)),
 						myJumpType.FixedValue) +
 					Catalog.GetString("You cannot add more.");



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