slitaz-tools rev 725

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Mar 24 17:18:26 2012 +0000 (2012-03-24)
parents 667daf247216
children 1cfb0314e3ff
files README installer/README lib/libmountbox tazdrop/tazdrop.conf tinyutils/hwsetup tinyutils/sshbox tinyutils/tazhw tinyutils/tazlocale tinyutils/tazx tinyutils/terminal
line diff
     1.1 --- a/README	Sat Mar 24 14:37:23 2012 +0100
     1.2 +++ b/README	Sat Mar 24 17:18:26 2012 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  ===============================================================================
     1.5  
     1.6  
     1.7 -The SliTaz tools package provides many tinyutils, shared and custom 
     1.8 +The SliTaz tools package provides many tinyutils, and shared and custom 
     1.9  configuration files designed to improve SliTaz. The tools were initially 
    1.10  created to help people build their own distribution by following the SliTaz 
    1.11  Cookbook; now the package mostly provides all the configuration tools and 
    1.12 @@ -26,7 +26,7 @@
    1.13  ------------
    1.14  The tools are split into 2 separate packages: one with only ncurses dependencies
    1.15  (for a text system) and one with GTK dependencies (for a graphical system). So
    1.16 -we have 2 make install and make default to compile PO files. Install's support
    1.17 +we have to make install and make default to compile PO files. Install's support
    1.18  DESTDIR for packaging:
    1.19  
    1.20  # make
     2.1 --- a/installer/README	Sat Mar 24 14:37:23 2012 +0100
     2.2 +++ b/installer/README	Sat Mar 24 17:18:26 2012 +0000
     2.3 @@ -4,7 +4,7 @@
     2.4  
     2.5  The first SliTaz installer was built using ncurses Dialog within a SHell script. 
     2.6  It was the last SliTaz home made tool that didn't have a desktop integrated 
     2.7 -interface, and had some crappy code as it was written at the start of the 
     2.8 +interface and had some crappy code as it was written at the start of the 
     2.9  project.
    2.10  
    2.11  Tazinst is the new installer written entirely in SHell script and usable from 
     3.1 --- a/lib/libmountbox	Sat Mar 24 14:37:23 2012 +0100
     3.2 +++ b/lib/libmountbox	Sat Mar 24 17:18:26 2012 +0000
     3.3 @@ -11,15 +11,15 @@
     3.4  {
     3.5  	echo -e "\nUsage: $0 command\n
     3.6  Output commands:
     3.7 -  list-mounted      List all mounted devices in suitable GTK tree format.
     3.8 -  list-umounted     List all umounted in suitable GTK tree format.
     3.9 +  list-mounted      List all mounted devices in a suitable GTK tree format.
    3.10 +  list-umounted     List all umounted in a suitable GTK tree format.
    3.11    create-file       Create an empty file with predefined size.
    3.12    add-old-crypto    Create loop-eas device.
    3.13    remove-crypto     Delete a crypto device.
    3.14    
    3.15  GTKdialog boxes
    3.16 -  mounted-fs-infos  Display a mounted devices infos with actions.
    3.17 -  umounted-fs-infos Display a umounted devices infos with actions.
    3.18 +  mounted-fs-infos  Display mounted devices info with actions.
    3.19 +  umounted-fs-infos Display umounted devices info with actions.
    3.20    remove-loop       Confirmation box.
    3.21    new-file          Parameter box for file creation.
    3.22    cryptomgr         Manage crypto device with devmapper.
     4.1 --- a/tazdrop/tazdrop.conf	Sat Mar 24 14:37:23 2012 +0100
     4.2 +++ b/tazdrop/tazdrop.conf	Sat Mar 24 17:18:26 2012 +0000
     4.3 @@ -17,7 +17,7 @@
     4.4  SOUND="alsaplayer"
     4.5  VIDEO="xine-ui"
     4.6  
     4.7 -# Paths to downloaded files
     4.8 +# Path to downloaded files
     4.9  DOWNLOADS="$HOME/Downloads"
    4.10  
    4.11  # TazDrop behaviour for --dnd and --dnd-image
     5.1 --- a/tinyutils/hwsetup	Sat Mar 24 14:37:23 2012 +0100
     5.2 +++ b/tinyutils/hwsetup	Sat Mar 24 17:18:26 2012 +0000
     5.3 @@ -513,7 +513,7 @@
     5.4  					echo "===================================="
     5.5  						echo -e "Following \033[1m Scanner commands \033[0m  may be of help"
     5.6  						echo "sane-find-scanner # to verify scanner has been found"
     5.7 -						echo "xsane #scanner application"
     5.8 +						echo "xsane # scanner application"
     5.9  					echo "===================================="
    5.10  				fi
    5.11  			else
    5.12 @@ -623,7 +623,7 @@
    5.13  				echo ""
    5.14  				echo " modprobe btusb"
    5.15  				echo " lsusb | grep Bluetooth"
    5.16 -				echo " /usr/sbin/bluetoothd -nd #for starting bluetooth daemon"
    5.17 +				echo " /usr/sbin/bluetoothd -nd # for starting bluetooth daemon"
    5.18  				echo " hciconfig -a"
    5.19  				# Show if the bluetooth is detected
    5.20  		 		echo " hcitool dev # for checking local devices"
     6.1 --- a/tinyutils/sshbox	Sat Mar 24 14:37:23 2012 +0100
     6.2 +++ b/tinyutils/sshbox	Sat Mar 24 17:18:26 2012 +0000
     6.3 @@ -333,7 +333,7 @@
     6.4  
     6.5  gtk_about(){
     6.6  		export GTK_ABOUT="
     6.7 -				<window title=\"${TITLE_ABOUT:-About} de $PROGNAMENAME\" icon-name=\"sunny\">
     6.8 +				<window title=\"${TITLE_ABOUT:-About} the $PROGNAMENAME\" icon-name=\"sunny\">
     6.9  				<vbox>
    6.10  					<pixmap>
    6.11  						<input file stock=\"gtk-network\"></input>
     7.1 --- a/tinyutils/tazhw	Sat Mar 24 14:37:23 2012 +0100
     7.2 +++ b/tinyutils/tazhw	Sat Mar 24 17:18:26 2012 +0000
     7.3 @@ -73,7 +73,7 @@
     7.4  {
     7.5  	if ! lsmod | grep -q "^$mod"; then
     7.6  
     7.7 -		# lsmod and some modules use underscore, other use dash.
     7.8 +		# lsmod and some modules use underscore, others use dash.
     7.9  		# The real modprobe can handle both but not busybox version
    7.10  		modprobe $mod 2>/dev/null && \
    7.11  		echo "* Loaded module:   $mod" || \
     8.1 --- a/tinyutils/tazlocale	Sat Mar 24 14:37:23 2012 +0100
     8.2 +++ b/tinyutils/tazlocale	Sat Mar 24 17:18:26 2012 +0000
     8.3 @@ -18,7 +18,7 @@
     8.4  	exit 1
     8.5  fi
     8.6  
     8.7 -# Create symlink to translated files provide by SliTaz language pack,
     8.8 +# Create symlink to translated files provided by SliTaz language pack,
     8.9  # doc and config files.
    8.10  link_language_files()
    8.11  {
     9.1 --- a/tinyutils/tazx	Sat Mar 24 14:37:23 2012 +0100
     9.2 +++ b/tinyutils/tazx	Sat Mar 24 17:18:26 2012 +0000
     9.3 @@ -49,7 +49,7 @@
     9.4  	# Backup existing config.
     9.5  	tar -cf $xorg_config/../Previous_xorg.conf.d.tar $xorg_config/ &> /dev/null 
     9.6  
     9.7 -	# Put the differents sections in separate files in the config directory.
     9.8 +	# Put the different sections in separate files in the config directory.
     9.9  	sed -e '/Section "ServerLayout"/,/EndSection/!d' \
    9.10  		-e "s/EndSection/EndSection\n/" $xorg_template | \
    9.11  		grep -v Core > $xorg_config/10-ServerLayout.conf
    9.12 @@ -160,7 +160,7 @@
    9.13  		--clear --colors \
    9.14  		--title " Configure X " \
    9.15  		--menu "\
    9.16 -$(gettext "Tazx dialog helps you to configure your Xorg sever.")\n\
    9.17 +$(gettext "Tazx dialog helps you to configure your Xorg server.")\n\
    9.18  $(gettext "Window Manager:") \Z2$WM\Zn \
    9.19  $(gettext "X server:") \Z2Xorg\Zn" 16 70 5 \
    9.20  	"xorg" "$(gettext "Install or reconfigure Xorg")" \
    10.1 --- a/tinyutils/terminal	Sat Mar 24 14:37:23 2012 +0100
    10.2 +++ b/tinyutils/terminal	Sat Mar 24 17:18:26 2012 +0000
    10.3 @@ -1,5 +1,5 @@
    10.4  #!/bin/sh
    10.5 -# Lauch SliTaz default X Terminal.
    10.6 +# Launch SliTaz default X Terminal.
    10.7  #
    10.8  . /etc/slitaz/applications.conf
    10.9