[sawfish] renamed `All Settings' to `Sawfish-UI'



commit 9bb32b58f8513d17fa92a9ce39cfa1a80826f890
Author: chrisb <zanghar freenet de>
Date:   Wed Sep 2 21:55:20 2009 +0200

    renamed `All Settings' to `Sawfish-UI'

 lisp/sawfish/wm/menus.jl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lisp/sawfish/wm/menus.jl b/lisp/sawfish/wm/menus.jl
index a8bebba..21d4a0d 100644
--- a/lisp/sawfish/wm/menus.jl
+++ b/lisp/sawfish/wm/menus.jl
@@ -377,7 +377,7 @@ before killing it.")
 
   (define (custom-menu)
     `(,@(and custom-menu-includes-all-settings
-	     (list (list (_ "_All settings") 'customize) nil))
+	     (list (list (_ "S_awfish-UI") 'customize) nil))
       ,@(mapcar (lambda (sub)
 		  (list (_ (cadr sub))
 			(intern (concat "customize:"



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