slitaz-tools rev 647

tazbox: tiny edits
author Paul Issott <paul@slitaz.org>
date Tue Jun 21 19:24:22 2011 +0100 (2011-06-21)
parents 727a26b7d928
children abc80c498d33
files tazbox/tazbox
line diff
     1.1 --- a/tazbox/tazbox	Sun Jun 19 02:45:46 2011 +0000
     1.2 +++ b/tazbox/tazbox	Tue Jun 21 19:24:22 2011 +0100
     1.3 @@ -45,7 +45,7 @@
     1.4    tz         $(gettext "Configure system timezone (root)")
     1.5    setup      $(gettext "System initial setup (locale, keymap & timezone)")
     1.6    new-file   $(gettext "Create a new file or folder on the desktop")
     1.7 -  all-apps   $(gettext "Icons of all installed applications.")
     1.8 +  all-apps   $(gettext "Display icons of all installed applications")
     1.9  
    1.10  EOT
    1.11  }
    1.12 @@ -113,7 +113,7 @@
    1.13  setup_main() {
    1.14  	gen_kmap_list
    1.15      title=$(gettext "SliTaz Initial Setup")
    1.16 -    message=$(gettext "\n<big>Here you can set your preferences\nfor <b>locale, keymap and timezone</b></big>\n\n")
    1.17 +    message=$(gettext "\n<big>Here you can set your preferences\nfor <b>locale, keymap and timezone</b>.</big>\n\n")
    1.18      locale=$(ls -1 $db | grep ^[a-z][a-z]_[A-Z][A-Z] | tr "\n" "!")
    1.19      keymap=$(cat $tmp | cut -d. -f1 | sort | tr "\n" "!")
    1.20      timezone=$(find $zi -type f | sed s,$zi,,g | tr "\n" "!")