sts rev 18

merge
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 15 16:54:14 2014 +0200 (2014-05-15)
parents 6188e4a86b44 ec53ffc301c4
children 9168445cc2a0
files sts
line diff
     1.1 --- a/sts	Thu May 15 16:54:00 2014 +0200
     1.2 +++ b/sts	Thu May 15 16:54:14 2014 +0200
     1.3 @@ -33,7 +33,7 @@
     1.4  		kill ${pid} ;;
     1.5  	
     1.6  	keyboard)
     1.7 -		# Switch on/of the OSD Keyboard powered by Cellwrite
     1.8 +		# Switch on/off the OSD Keyboard powered by Cellwrite
     1.9  		if ps | grep -q 'cellwriter --keyboard-only'; then
    1.10  			cellwriter --hide-window
    1.11  		else
    1.12 @@ -42,7 +42,7 @@
    1.13  	
    1.14  	apps)
    1.15  		# Show all installed applications, use single click to launch
    1.16 -		# We dont need to specify window size since it will be maximized
    1.17 +		# We don't need to specify window size since it will be maximized
    1.18  		# by Openbox.
    1.19  		yad --window-icon="/usr/share/pixmaps/slitaz-menu.png" \
    1.20  			--icons --single-click --sort-by-name \