[sawfish] small string change



commit df75546a4ebdb81e1936d90ff303b66215291f0a
Author: chrisb <zanghar freenet de>
Date:   Sun Sep 13 20:30:04 2009 +0200

    small string change

 lisp/sawfish/wm/commands/user.jl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lisp/sawfish/wm/commands/user.jl b/lisp/sawfish/wm/commands/user.jl
index 06b6878..4062d9c 100644
--- a/lisp/sawfish/wm/commands/user.jl
+++ b/lisp/sawfish/wm/commands/user.jl
@@ -127,7 +127,7 @@
   ;; display WS name on switch
   (define (display-workspace-name)
     (display-message-with-timeout
-       (format nil "Entered Workspace: %s"
+       (format nil "Now on Workspace: %s"
          (or (nth current-workspace workspace-names)
            (format nil (_ "Workspace %d") (1+ current-workspace))))
              display-ws-name-timeout))



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