[dasher] Remove % characters from strings.



commit 729676b1f3af6703a534be4aa6d8618e8831a062
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Fri Nov 25 12:10:40 2011 +0000

    Remove % characters from strings.
    
    Fixes Bug 664788 reported by Marek Cernocky.

 Src/DasherCore/DefaultFilter.cpp |    2 +-
 Src/DasherCore/Parameters.cpp    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Src/DasherCore/DefaultFilter.cpp b/Src/DasherCore/DefaultFilter.cpp
index 7ab512b..4c1affe 100644
--- a/Src/DasherCore/DefaultFilter.cpp
+++ b/Src/DasherCore/DefaultFilter.cpp
@@ -16,7 +16,7 @@ static SModuleSettings sSettings[] = {
   {BP_REMAP_XTREME, T_BOOL, -1, -1, -1, -1, _("At top and bottom, scroll more and translate less (makes error-correcting easier)")},
   {LP_GEOMETRY, T_LONG, 0, 3, 1, 1, _("Screen geometry (mostly for tall thin screens) - 0=old-style, 1=square no-xhair, 2=squish, 3=squish+log")},
   {LP_SHAPE_TYPE, T_LONG, 0, 5, 1, 1, _("Shape type: 0=disjoint rects, 1=overlapping, 2=triangles, 3=trunc-tris, 4=quadrics, 5=circles")},
-  {BP_TURBO_MODE, T_BOOL, -1, -1, -1, -1, _("Hold right mouse button / key 1 to go 75% faster")},
+  {BP_TURBO_MODE, T_BOOL, -1, -1, -1, -1, _("Hold right mouse button / key 1 to go 3/4 faster")},
 };
 
 bool CDefaultFilter::GetSettings(SModuleSettings **sets, int *iCount) {
diff --git a/Src/DasherCore/Parameters.cpp b/Src/DasherCore/Parameters.cpp
index e882306..64c8668 100644
--- a/Src/DasherCore/Parameters.cpp
+++ b/Src/DasherCore/Parameters.cpp
@@ -74,7 +74,7 @@ const lp_table longparamtable[] = {
   {LP_YSCALE, "YScaling", 0, "YScaling"},
   {LP_MOUSEPOSDIST, "MousePositionBoxDistance", 50, "MousePositionBoxDistance"},
   {LP_STOP_IDLETIME, "StopIdleTime", 1000, "StopIdleTime" },
-  {LP_PY_PROB_SORT_THRES, "PYProbabilitySortThreshold", 85, "Sort converted syms in descending probability order up to this %age"},
+  {LP_PY_PROB_SORT_THRES, "PYProbabilitySortThreshold", 85, "Sort converted syms in descending probability order up to this percentage"},
   {LP_MESSAGE_TIME, "MessageTime", 2500, "Time for which non-modal messages are displayed, in ms"},
   {LP_LM_MAX_ORDER, "LMMaxOrder", 5, "LMMaxOrder"},
   {LP_LM_EXCLUSION, "LMExclusion", 0, "LMExclusion"},



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