slitaz-tools diff tinyutils/desktopbox @ rev 549

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Mar 06 19:58:55 2011 +0000 (2011-03-06)
parents fb6a1c0c820e
children
line diff
     1.1 --- a/tinyutils/desktopbox	Wed Dec 15 20:36:17 2010 +0800
     1.2 +++ b/tinyutils/desktopbox	Sun Mar 06 19:58:55 2011 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  GLADE_XML=/usr/share/slitaz/glade
     1.5  MESSAGES=/usr/share/slitaz/messages
     1.6  
     1.7 -# Export script path and other if needed so we can use them in 'quote'.
     1.8 +# Export script path and others if needed so we can use them in 'quote'.
     1.9  export BIN=$0
    1.10  export AUTOSTART_SCRIPT=$HOME/.config/openbox/autostart.sh
    1.11  
    1.12 @@ -39,7 +39,7 @@
    1.13    logout       Prompt for X session exit or system halt/reboot.\n"
    1.14  }
    1.15  
    1.16 -# Openbox autostart functions, first column is used for icon
    1.17 +# Openbox autostart functions, first column is used for icons
    1.18  autostart_list()
    1.19  {
    1.20  	# Enabled
    1.21 @@ -57,7 +57,7 @@
    1.22  	done
    1.23  }
    1.24  
    1.25 -# Enable or disbale autostarted applications.
    1.26 +# Enable or disable autostarted applications.
    1.27  autostart_actions()
    1.28  {
    1.29  	if grep -q "^$APPLICATION" $AUTOSTART_SCRIPT; then
    1.30 @@ -309,7 +309,7 @@
    1.31  </window>"
    1.32  		export DESKTOP_DIALOG=${DESKTOP_DIALOG}${TAZUSB_DIALOG}${ACTIONS} ;;
    1.33  	notify)
    1.34 -		# Nofification message without window decoration.
    1.35 +		# Notification message without window decoration.
    1.36  		MSG="$2"
    1.37  		SEC=$3
    1.38  		[ -z $SEC ] && SEC=4
    1.39 @@ -371,8 +371,8 @@
    1.40  		;;
    1.41  	tazapps)
    1.42  		# Default applications configuration script. System wide config file
    1.43 -		# is /etc/slitaz/applications.conf and each user can have personnal
    1.44 -		# settings. System wide for root and personnal config for user.
    1.45 +		# is /etc/slitaz/applications.conf and each user can have personal
    1.46 +		# settings. System wide for root and personal config for user.
    1.47  		export CONFIG="$HOME/.config/slitaz/applications.conf"
    1.48  		if [ ! -f $CONFIG ]; then
    1.49  			mkdir -p $HOME/.config/slitaz