[chronojump] Fixed typo
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed typo
- Date: Tue, 29 Mar 2011 06:57:52 +0000 (UTC)
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]