[dasher] Missed another '%' in a translatable string. (Thanks Marek)



commit 4a18f45c74e3bf836667ff8ff1388e9b27139ff5
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Fri Nov 25 13:02:18 2011 +0000

    Missed another '%' in a translatable string. (Thanks Marek)

 Src/DasherCore/Parameters.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Src/DasherCore/Parameters.cpp b/Src/DasherCore/Parameters.cpp
index 64c8668..d1a811a 100644
--- a/Src/DasherCore/Parameters.cpp
+++ b/Src/DasherCore/Parameters.cpp
@@ -124,7 +124,7 @@ const lp_table longparamtable[] = {
   {LP_CONVERSION_TYPE, "ConversionType", 0, "Conversion type"},
   {LP_TWO_PUSH_OUTER, "TwoPushOuter", 1792, "Offset for one button dynamic mode outer marker"},
   {LP_TWO_PUSH_LONG, "TwoPushLong", 512, _("Distance between down markers (long gap)")},
-  {LP_TWO_PUSH_SHORT, "TwoPushShort", 80, _("Distance between up markers, as %age of long gap")},
+  {LP_TWO_PUSH_SHORT, "TwoPushShort", 80, _("Distance between up markers, as percentage of long gap")},
   {LP_TWO_PUSH_TOLERANCE, "TwoPushTolerance", 100, "Tolerance of two-push-mode pushes, in ms"},
   {LP_DYNAMIC_BUTTON_LAG, "DynamicButtonLag", 50, "Lag of pushes in dynamic button mode (ms)"},
   {LP_STATIC1B_TIME, "Static1BTime", 2000, "Time for static-1B mode to scan from top to bottom (ms)"},



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