# HG changeset patch # User Paul Issott # Date 1387483017 0 # Node ID 8708a1949d86dcf9acfbdf93191327dafa97cf3f # Parent 7e312dd1f5f90759ac06ea7a2fdeda0da0627953 Tiny edits diff -r 7e312dd1f5f9 -r 8708a1949d86 core/receipt --- a/core/receipt Thu Dec 19 08:25:31 2013 +0000 +++ b/core/receipt Thu Dec 19 19:56:57 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz flavor receipt. FLAVOR="core" -SHORT_DESC="Core system with a full featured desktop." +SHORT_DESC="Core system with a fully featured desktop." VERSION="20110328" MAINTAINER="pankso@slitaz.org" diff -r 7e312dd1f5f9 -r 8708a1949d86 core64/receipt --- a/core64/receipt Thu Dec 19 08:25:31 2013 +0000 +++ b/core64/receipt Thu Dec 19 19:56:57 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz flavor receipt. FLAVOR="core64" -SHORT_DESC="64 bits kernel with a full featured 32 bits desktop." +SHORT_DESC="64 bits kernel with a fully featured 32 bits desktop." VERSION="20131219" MAINTAINER="pascal.bellard@slitaz.org" diff -r 7e312dd1f5f9 -r 8708a1949d86 proxy/rootfs/usr/bin/tazctl --- a/proxy/rootfs/usr/bin/tazctl Thu Dec 19 08:25:31 2013 +0000 +++ b/proxy/rootfs/usr/bin/tazctl Thu Dec 19 19:56:57 2013 +0000 @@ -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 changed." + msg "Passwords do not match.\nNothing changed." else echo "root:$PASS1" | chpasswd fi diff -r 7e312dd1f5f9 -r 8708a1949d86 xorg-light/receipt --- a/xorg-light/receipt Thu Dec 19 08:25:31 2013 +0000 +++ b/xorg-light/receipt Thu Dec 19 19:56:57 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz flavor receipt. FLAVOR="xorg-light" -SHORT_DESC="Core using an light version of Xorg and vesa driver." +SHORT_DESC="Core using a lighter version of Xorg and vesa driver." VERSION="20120409" MAINTAINER="pankso@slitaz.org"