# HG changeset patch # User Paul Issott # Date 1299512369 0 # Node ID 671df117fb6f7823ece424c2a44ff3674e0cb03f # Parent 5accef78d17dece5c0de69a541893bfe2005a060 Tiny edits diff -r 5accef78d17d -r 671df117fb6f Makefile --- a/Makefile Sat Sep 18 12:56:34 2010 +0000 +++ b/Makefile Mon Mar 07 15:39:29 2011 +0000 @@ -64,7 +64,7 @@ rm -rf $(DISTDIR) rm -f $(DISTDIR).* -# Build tarball and MD5 file for packagin. +# Build tarball and MD5 file for packaging. dist: dist-clean hg archive -t tgz $(TARBALL) md5sum $(TARBALL) > $(PACKAGE)-$(VERSION).md5 diff -r 5accef78d17d -r 671df117fb6f tazusb --- a/tazusb Sat Sep 18 12:56:34 2010 +0000 +++ b/tazusb Mon Mar 07 15:39:29 2011 +0000 @@ -121,8 +121,7 @@ } -#Get label for device -# +# Get label for device get_label() { echo -n "Please specify a label for the partition (TazUSB): " @@ -133,8 +132,7 @@ fi } -#Get fs type -# supported fs are ext3, ext2, fat32 +# Get fs type. Supported fs are ext3, ext2, fat32 get_fs_type() { echo -n "Please specify a filesystem type ext2, ext3 or fat32 (ext3): " @@ -545,7 +543,7 @@ get_label unmount_target_usb make_fs "$fs_type" - #mkfs_ext3 + # mkfs_ext3 echo "===============================================================================" echo "Device $label ($DEVICE) is ready to use as LiveUSB and/or /home partition." echo "" diff -r 5accef78d17d -r 671df117fb6f tazusb.nsi --- a/tazusb.nsi Sat Sep 18 12:56:34 2010 +0000 +++ b/tazusb.nsi Mon Mar 07 15:39:29 2011 +0000 @@ -70,13 +70,13 @@ ; English LangString Welcome_Title ${LANG_ENGLISH} "${NAME}" -LangString Welcome_Text ${LANG_ENGLISH} "Welcome to TazUSB. This tool will help you installing Slitaz on a USB drive." +LangString Welcome_Text ${LANG_ENGLISH} "Welcome to TazUSB. This tool will help you install Slitaz on a USB drive." LangString Finish_Title ${LANG_ENGLISH} "TazUSB has completed Slitaz installation." LangString Finish_Text ${LANG_ENGLISH} "Slitaz is now installed on your USB drive and the drive is bootable." LangString Finish_Link ${LANG_ENGLISH} "Slitaz website" LangString IsoPage_Title ${LANG_ENGLISH} "Select ISO file" LangString IsoPage_Title2 ${LANG_ENGLISH} "Choose the ISO image which will be installed on your USB drive." -LangString IsoPage_Text ${LANG_ENGLISH} "Select Slitaz ISO file to be installed on your USB drive. You can download it on http://www.slitaz.org if needed." +LangString IsoPage_Text ${LANG_ENGLISH} "Select Slitaz ISO file to be installed on your USB drive. You can download it from http://www.slitaz.org if needed." LangString IsoPage_Input ${LANG_ENGLISH} "Slitaz ISO File" LangString IsoFile ${LANG_ENGLISH} "ISO file|*.iso" LangString DrivePage_Title ${LANG_ENGLISH} "Choose USB drive location" @@ -89,7 +89,7 @@ LangString Iso2USB_Extract ${LANG_ENGLISH} "Extract files from $IsoFile" LangString Iso2USB_CreateSyslinux ${LANG_ENGLISH} "Create syslinux configuration files on $DestDrive" LangString Iso2USB_ExecuteSyslinux ${LANG_ENGLISH} "Execute syslinux on $R0" -LangString Iso2USB_WarningSyslinux ${LANG_ENGLISH} "An error ($R8) happened when executing syslinux.$\r$\nYour USB drive won't be bootable..." +LangString Iso2USB_WarningSyslinux ${LANG_ENGLISH} "An error ($R8) occurred when executing syslinux.$\r$\nYour USB drive won't be bootable..." ; French LangString Welcome_Title ${LANG_FRENCH} "${NAME}"