sts rev 15
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Mon Apr 28 22:30:35 2014 +0100 (2014-04-28) |
parents | 1b177a6e3bf7 |
children | 1a46412e2ec7 |
files | sts |
line diff
1.1 --- a/sts Mon Apr 28 00:31:11 2014 +0200 1.2 +++ b/sts Mon Apr 28 22:30:35 2014 +0100 1.3 @@ -23,7 +23,7 @@ 1.4 # want to get latest configs. 1.5 rm -rf ${XDG_CONFIG_HOME}/sts 1.6 rm -rf ${XDG_CONFIG_HOME}/lxpanel/sts 1.7 - echo "Please logout and login again our STS session" ;; 1.8 + echo "Please logout and login again your STS session" ;; 1.9 1.10 kill) 1.11 # Close button on panel so we can have undecorated windows 1.12 @@ -32,7 +32,7 @@ 1.13 kill ${pid} ;; 1.14 1.15 keyboard) 1.16 - # Switch on/of the OSD Keyboard powered by Cellwrite 1.17 + # Switch on/off the OSD Keyboard powered by Cellwrite 1.18 if ps | grep -q 'cellwriter --keyboard-only'; then 1.19 cellwriter --hide-window 1.20 else 1.21 @@ -41,7 +41,7 @@ 1.22 1.23 apps) 1.24 # Show all installed applications, use single click to launch 1.25 - # We dont need to specify window size since it will be maximized 1.26 + # We don't need to specify window size since it will be maximized 1.27 # by Openbox. 1.28 yad --window-icon="/usr/share/pixmaps/slitaz-menu.png" \ 1.29 --icons --single-click --sort-by-name \