# HG changeset patch # User Paul Issott # Date 1332609506 0 # Node ID 29fe613b2eb62ab74070411929cd290745a33995 # Parent 667daf2472167e2780193f771e6e5f1a24f55687 Tiny edits diff -r 667daf247216 -r 29fe613b2eb6 README --- a/README Sat Mar 24 14:37:23 2012 +0100 +++ b/README Sat Mar 24 17:18:26 2012 +0000 @@ -2,7 +2,7 @@ =============================================================================== -The SliTaz tools package provides many tinyutils, shared and custom +The SliTaz tools package provides many tinyutils, and shared and custom configuration files designed to improve SliTaz. The tools were initially created to help people build their own distribution by following the SliTaz Cookbook; now the package mostly provides all the configuration tools and @@ -26,7 +26,7 @@ ------------ The tools are split into 2 separate packages: one with only ncurses dependencies (for a text system) and one with GTK dependencies (for a graphical system). So -we have 2 make install and make default to compile PO files. Install's support +we have to make install and make default to compile PO files. Install's support DESTDIR for packaging: # make diff -r 667daf247216 -r 29fe613b2eb6 installer/README --- a/installer/README Sat Mar 24 14:37:23 2012 +0100 +++ b/installer/README Sat Mar 24 17:18:26 2012 +0000 @@ -4,7 +4,7 @@ The first SliTaz installer was built using ncurses Dialog within a SHell script. It was the last SliTaz home made tool that didn't have a desktop integrated -interface, and had some crappy code as it was written at the start of the +interface and had some crappy code as it was written at the start of the project. Tazinst is the new installer written entirely in SHell script and usable from diff -r 667daf247216 -r 29fe613b2eb6 lib/libmountbox --- a/lib/libmountbox Sat Mar 24 14:37:23 2012 +0100 +++ b/lib/libmountbox Sat Mar 24 17:18:26 2012 +0000 @@ -11,15 +11,15 @@ { echo -e "\nUsage: $0 command\n Output commands: - list-mounted List all mounted devices in suitable GTK tree format. - list-umounted List all umounted in suitable GTK tree format. + list-mounted List all mounted devices in a suitable GTK tree format. + list-umounted List all umounted in a suitable GTK tree format. create-file Create an empty file with predefined size. add-old-crypto Create loop-eas device. remove-crypto Delete a crypto device. GTKdialog boxes - mounted-fs-infos Display a mounted devices infos with actions. - umounted-fs-infos Display a umounted devices infos with actions. + mounted-fs-infos Display mounted devices info with actions. + umounted-fs-infos Display umounted devices info with actions. remove-loop Confirmation box. new-file Parameter box for file creation. cryptomgr Manage crypto device with devmapper. diff -r 667daf247216 -r 29fe613b2eb6 tazdrop/tazdrop.conf --- a/tazdrop/tazdrop.conf Sat Mar 24 14:37:23 2012 +0100 +++ b/tazdrop/tazdrop.conf Sat Mar 24 17:18:26 2012 +0000 @@ -17,7 +17,7 @@ SOUND="alsaplayer" VIDEO="xine-ui" -# Paths to downloaded files +# Path to downloaded files DOWNLOADS="$HOME/Downloads" # TazDrop behaviour for --dnd and --dnd-image diff -r 667daf247216 -r 29fe613b2eb6 tinyutils/hwsetup --- a/tinyutils/hwsetup Sat Mar 24 14:37:23 2012 +0100 +++ b/tinyutils/hwsetup Sat Mar 24 17:18:26 2012 +0000 @@ -513,7 +513,7 @@ echo "====================================" echo -e "Following \033[1m Scanner commands \033[0m may be of help" echo "sane-find-scanner # to verify scanner has been found" - echo "xsane #scanner application" + echo "xsane # scanner application" echo "====================================" fi else @@ -623,7 +623,7 @@ echo "" echo " modprobe btusb" echo " lsusb | grep Bluetooth" - echo " /usr/sbin/bluetoothd -nd #for starting bluetooth daemon" + echo " /usr/sbin/bluetoothd -nd # for starting bluetooth daemon" echo " hciconfig -a" # Show if the bluetooth is detected echo " hcitool dev # for checking local devices" diff -r 667daf247216 -r 29fe613b2eb6 tinyutils/sshbox --- a/tinyutils/sshbox Sat Mar 24 14:37:23 2012 +0100 +++ b/tinyutils/sshbox Sat Mar 24 17:18:26 2012 +0000 @@ -333,7 +333,7 @@ gtk_about(){ export GTK_ABOUT=" - + diff -r 667daf247216 -r 29fe613b2eb6 tinyutils/tazhw --- a/tinyutils/tazhw Sat Mar 24 14:37:23 2012 +0100 +++ b/tinyutils/tazhw Sat Mar 24 17:18:26 2012 +0000 @@ -73,7 +73,7 @@ { if ! lsmod | grep -q "^$mod"; then - # lsmod and some modules use underscore, other use dash. + # lsmod and some modules use underscore, others use dash. # The real modprobe can handle both but not busybox version modprobe $mod 2>/dev/null && \ echo "* Loaded module: $mod" || \ diff -r 667daf247216 -r 29fe613b2eb6 tinyutils/tazlocale --- a/tinyutils/tazlocale Sat Mar 24 14:37:23 2012 +0100 +++ b/tinyutils/tazlocale Sat Mar 24 17:18:26 2012 +0000 @@ -18,7 +18,7 @@ exit 1 fi -# Create symlink to translated files provide by SliTaz language pack, +# Create symlink to translated files provided by SliTaz language pack, # doc and config files. link_language_files() { diff -r 667daf247216 -r 29fe613b2eb6 tinyutils/tazx --- a/tinyutils/tazx Sat Mar 24 14:37:23 2012 +0100 +++ b/tinyutils/tazx Sat Mar 24 17:18:26 2012 +0000 @@ -49,7 +49,7 @@ # Backup existing config. tar -cf $xorg_config/../Previous_xorg.conf.d.tar $xorg_config/ &> /dev/null - # Put the differents sections in separate files in the config directory. + # Put the different sections in separate files in the config directory. sed -e '/Section "ServerLayout"/,/EndSection/!d' \ -e "s/EndSection/EndSection\n/" $xorg_template | \ grep -v Core > $xorg_config/10-ServerLayout.conf @@ -160,7 +160,7 @@ --clear --colors \ --title " Configure X " \ --menu "\ -$(gettext "Tazx dialog helps you to configure your Xorg sever.")\n\ +$(gettext "Tazx dialog helps you to configure your Xorg server.")\n\ $(gettext "Window Manager:") \Z2$WM\Zn \ $(gettext "X server:") \Z2Xorg\Zn" 16 70 5 \ "xorg" "$(gettext "Install or reconfigure Xorg")" \ diff -r 667daf247216 -r 29fe613b2eb6 tinyutils/terminal --- a/tinyutils/terminal Sat Mar 24 14:37:23 2012 +0100 +++ b/tinyutils/terminal Sat Mar 24 17:18:26 2012 +0000 @@ -1,5 +1,5 @@ #!/bin/sh -# Lauch SliTaz default X Terminal. +# Launch SliTaz default X Terminal. # . /etc/slitaz/applications.conf