[sawfish] change % strings to percent



commit f063106049eb519d9babaa46719abe56456956a4
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Thu Oct 21 18:15:41 2010 +0200

    change % strings to percent

 OPTIONS                    |    3 ++-
 lisp/sawfish/wm/windows.jl |    2 +-
 themes/mxflat/theme.jl     |    4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/OPTIONS b/OPTIONS
index 72d5160..b8f2cec 100644
--- a/OPTIONS
+++ b/OPTIONS
@@ -556,11 +556,12 @@
 ;;    "Number of pixels to move window in `slide-' commands.")
 
 ;;  (defvar-setq warp-to-window-offset (cons -1 -1)
-;;    "Offset (%) from window edges when warping pointer. A negative
+;;    "Offset (percent) from window edges when warping pointer. A negative
 ;;number means outside the left window edge.")
 
 ;;  (defvar-setq warp-to-window-enabled nil
 ;;    "When false, disable warping the cursor to windows.")
+
 ;;  (defvar-setq uniquify-name-format "%s [%d]"
 ;;    "Format to create unique window names.")
 
diff --git a/lisp/sawfish/wm/windows.jl b/lisp/sawfish/wm/windows.jl
index bbddd13..f57f802 100644
--- a/lisp/sawfish/wm/windows.jl
+++ b/lisp/sawfish/wm/windows.jl
@@ -82,7 +82,7 @@
   (defgroup warp "Warping" :group misc)
 
   (defcustom warp-to-window-offset (cons -1 -1)
-    "Offset (%) from window edges when warping pointer."
+    "Offset (percent) from window edges when warping pointer."
     :type (pair (number 1) (number 1))
     :group (misc warp))
 
diff --git a/themes/mxflat/theme.jl b/themes/mxflat/theme.jl
index 5cde836..caa3170 100644
--- a/themes/mxflat/theme.jl
+++ b/themes/mxflat/theme.jl
@@ -475,7 +475,7 @@ degress around the color cycle...180 for example inverts the color"
 
 (defcustom mxflat:color-saturation
   50
-  "unfocused/highlighted titlebar colors saturation (0 - 100% of the \
+  "unfocused/highlighted titlebar colors saturation (0 - 100 percent of the \
 focused color)"
   :tooltip "The saturation of a color is a measurement of the color \
 intensity"
@@ -487,7 +487,7 @@ intensity"
 
 (defcustom mxflat:color-brightness
   90
-  "unfocused/highlighted titlebar colors brightness (0 - 100% of the \
+  "unfocused/highlighted titlebar colors brightness (0 - 100 percent of the \
 focused color)"
   :group (appearance mxflat:group mxflat:title-group
                      mxflat:title-gradient-group)



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