# HG changeset patch # User Paul Issott # Date 1308680662 -3600 # Node ID a756d9029859cde481e5306b1070418fa36c9d67 # Parent 727a26b7d9280f52457907c1b4e67c12d6e9c963 tazbox: tiny edits diff -r 727a26b7d928 -r a756d9029859 tazbox/tazbox --- a/tazbox/tazbox Sun Jun 19 02:45:46 2011 +0000 +++ b/tazbox/tazbox Tue Jun 21 19:24:22 2011 +0100 @@ -45,7 +45,7 @@ tz $(gettext "Configure system timezone (root)") setup $(gettext "System initial setup (locale, keymap & timezone)") new-file $(gettext "Create a new file or folder on the desktop") - all-apps $(gettext "Icons of all installed applications.") + all-apps $(gettext "Display icons of all installed applications") EOT } @@ -113,7 +113,7 @@ setup_main() { gen_kmap_list title=$(gettext "SliTaz Initial Setup") - message=$(gettext "\nHere you can set your preferences\nfor locale, keymap and timezone\n\n") + message=$(gettext "\nHere you can set your preferences\nfor locale, keymap and timezone.\n\n") locale=$(ls -1 $db | grep ^[a-z][a-z]_[A-Z][A-Z] | tr "\n" "!") keymap=$(cat $tmp | cut -d. -f1 | sort | tr "\n" "!") timezone=$(find $zi -type f | sed s,$zi,,g | tr "\n" "!")