tazinst rev 31
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Feb 22 21:13:33 2014 +0000 (2014-02-22) |
parents | 064d7ac2e581 |
children | e0ebbca1fec4 |
files | installer.cgi tazinst |
line diff
1.1 --- a/installer.cgi Wed Feb 12 22:55:36 2014 +0100 1.2 +++ b/installer.cgi Sat Feb 22 21:13:33 2014 +0000 1.3 @@ -97,7 +97,7 @@ 1.4 } 1.5 1.6 #-------------------- 1.7 -# partitionning page 1.8 +# partitioning page 1.9 #-------------------- 1.10 1.11 exec_gparted() 1.12 @@ -120,7 +120,7 @@ 1.13 plan to install and how much space you require for users. It's conceivable \ 1.14 that you could run a minimal SliTaz system in 300 megs or less, but 2 gigs \ 1.15 is indeed more comfy.")" 1.16 - p "$(gettext "A separate home partition, and a partition that will be used \ 1.17 + p "$(gettext "A separate home partition and a partition that will be used \ 1.18 as Linux swap space may be created if needed. Slitaz detects and uses swap \ 1.19 partitions automatically.")" 1.20 close_div
2.1 --- a/tazinst Wed Feb 12 22:55:36 2014 +0100 2.2 +++ b/tazinst Sat Feb 22 21:13:33 2014 +0000 2.3 @@ -767,7 +767,7 @@ 2.4 user_login:$(gettext "First user name") 2.5 user_pwd:$(gettext "First user password") 2.6 bootloader:$(gettext "Install a bootloader") 2.7 -winboot:$(gettext "Partition to duaboot Windows from")" 2.8 +winboot:$(gettext "Partition to dualboot Windows from")" 2.9 printf "%s\n" "$(gettext "List of settings:")" 2.10 printf "%s" "$text" | \ 2.11 /bin/busybox awk -F: '/..*/{printf "%-12s%s\n", $1, $2}' 2.12 @@ -982,7 +982,7 @@ 2.13 END{printf "\n"}' 2.14 } 2.15 2.16 -# list commmand 2.17 +# list command 2.18 list() 2.19 { 2.20 local ressource="$1"