# HG changeset patch # User Paul Issott # Date 1332538972 0 # Node ID b15932f93d49ebdf65b04fcfabcfedfb5bfa5d01 # Parent bf3afcc6c79406199fcb3439eec240e6460fcd61 Tiny edits diff -r bf3afcc6c794 -r b15932f93d49 dolibarr/distro.sh --- a/dolibarr/distro.sh Thu Mar 22 12:11:23 2012 +0100 +++ b/dolibarr/distro.sh Fri Mar 23 21:42:52 2012 +0000 @@ -1,5 +1,5 @@ #!/bin/sh -# distro.sh, changet set for slitaz-dolibarr +# distro.sh, changeset for slitaz-dolibarr # # Eric Joseph-Alexandre @@ -95,9 +95,9 @@ sed -i 's/tazweb/midori/' $ROOTFS/etc/lxpanel/original/panels/panel #~ -# fix perms (don(t know why) +# fix perms (don't know why) chmod 755 $ROOTFS/etc/mysql.d/* -# Add shorcut on the Desktop +# Add shortcut on the Desktop cp $ROOTFS/usr/share/applications/dolibarr.desktop $ROOTFS/etc/skel/Desktop #cp $ROOTFS/usr/share/applications/phpmyadmin.desktop $ROOTFS/etc/skel/Desktop diff -r bf3afcc6c794 -r b15932f93d49 proxy/distro.sh --- a/proxy/distro.sh Thu Mar 22 12:11:23 2012 +0100 +++ b/proxy/distro.sh Fri Mar 23 21:42:52 2012 +0000 @@ -1,5 +1,5 @@ #!/bin/sh -# distro.sh, changet set for slitaz-dolibarr +# distro.sh, changeset for slitaz-dolibarr # # Eric Joseph-Alexandre @@ -89,5 +89,5 @@ sed -i 's/tazweb/midori/' $ROOTFS/etc/lxpanel/default/panels/panel sed -i 's/tazweb/midori/' $ROOTFS/etc/lxpanel/original/panels/panel -# Add shorcut on the Desktop +# Add shortcut on the Desktop #cp $ROOTFS/usr/share/applications/dolibarr.desktop $ROOTFS/etc/skel/Desktop diff -r bf3afcc6c794 -r b15932f93d49 proxy/rootfs/usr/bin/tazctl --- a/proxy/rootfs/usr/bin/tazctl Thu Mar 22 12:11:23 2012 +0100 +++ b/proxy/rootfs/usr/bin/tazctl Fri Mar 23 21:42:52 2012 +0000 @@ -95,7 +95,7 @@ --backtitle "$backtitle" --extra-button --extra-label "${BTN_DHCP:-Use DHCP server}"\ --form "Here is a possible piece of a configuration program." \ 15 55 0 \ - "IP Adress:" 1 1 "$IP" 1 20 20 0 \ + "IP Address:" 1 1 "$IP" 1 20 20 0 \ "Network mask:" 2 1 "$NETMASK" 2 20 20 0 \ "Default gateway:" 3 1 "$GATEWAY" 3 20 20 0 \ "DNS server(s):" 4 1 "$DNS_SERVER" 4 20 20 0 \ @@ -139,10 +139,10 @@ until [ $ret -eq 1 ];do $DIALOG --title "$MENU_TITLE" \ --backtitle "$BACKTITLE" --clear \ - --cancel-label "Quitter" \ + --cancel-label "Quit" \ --colors \ --menu "$TAZ_CMD_MSG" 15 50 40\ - "adress" " Network settings" \ + "address" " Network settings" \ "hostname" " Set your hostname" \ 2> $OUT ret=$? @@ -163,8 +163,8 @@ PASSWORD=`$DIALOG --backtitle "$BACKTITLE" --title "Set password" --clear \ --separate-widget "$SEP" \ --insecure --passwordbox "Enter new password for user below: \n\n" 10 50 \ - --title "Confirme password" \ - --insecure --passwordbox "Confirme new password for user below: \n\n" 10 50 2>&1 1>&3` + --title "Confirm password" \ + --insecure --passwordbox "Confirm new password for user below: \n\n" 10 50 2>&1 1>&3` ret=$? exec 3>&- if [ -z "${PASSWORD}" ]; then @@ -173,7 +173,7 @@ PASS1="$(echo $PASSWORD | cut -d ' ' -f1)" PASS2="$(echo $PASSWORD | cut -d ' ' -f2)" if [ "$PASS1" != "$PASS2" ]; then - msg "Passwords don't match.\nNothing change." + msg "Passwords don't match.\nNothing changed." else echo "root:$PASS1" | chpasswd fi @@ -189,12 +189,12 @@ until [ $retval -eq 1 ];do $DIALOG --title "$MENU_TITLE" \ --backtitle "$BACKTITLE" --clear \ - --cancel-label "Quitter" \ + --cancel-label "Quit" \ --colors \ --menu "$TAZ_CMD_MSG" 15 50 40\ "keymap" " Keyboard mapping" \ "locale" " Language setting" \ - "network" " Netwok configuration" \ + "network" " Network configuration" \ "password" " Change root password" \ 2> $OUT