slitaz-tools rev 763
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun May 13 13:44:10 2012 +0100 (2012-05-13) |
parents | de228dee5090 |
children | 64cc5c3b9d6c |
files | boxes/burn-box boxes/scp-box lib/README tazbox/README tazbox/tazbox tinyutils/decode |
line diff
1.1 --- a/boxes/burn-box Wed May 02 16:03:49 2012 +0200 1.2 +++ b/boxes/burn-box Sun May 13 13:44:10 2012 +0100 1.3 @@ -2,7 +2,7 @@ 1.4 # 1.5 # Burn-box a small front end to cdrkit powered by Yad/GTK. Keep the main 1.6 # window uncluttered and use a wizard to create audio/video/data cd/dvd. 1.7 -# The main box let user burn an ISO, audio files from a single directory. 1.8 +# The main box lets users burn an ISO and audio files from a single directory. 1.9 # 1.10 # Copyright (C) 2012 SliTaz GNU/Linux - BSD License 1.11 #
2.1 --- a/boxes/scp-box Wed May 02 16:03:49 2012 +0200 2.2 +++ b/boxes/scp-box Sun May 13 13:44:10 2012 +0100 2.3 @@ -17,7 +17,7 @@ 2.4 term="xterm -geometry 80x16" 2.5 scpopts=" -r -P 22" 2.6 2.7 -# Make sure we have a config files. 2.8 +# Make sure we have config files. 2.9 if [ ! -d "$config" ] || [ -f "$config/hosts" ]; then 2.10 mkdir -p $config 2.11 touch $config/hosts && chmod 0600 $config/hosts 2.12 @@ -34,7 +34,7 @@ 2.13 $(gettext "Usage:") $(basename $0) [command|option] 2.14 2.15 $(gettext "Commands:") 2.16 - list-hosts $(gettext "List all know hosts") 2.17 + list-hosts $(gettext "List all known hosts") 2.18 2.19 $(gettext "Options:") 2.20 --file=/path/to/file 2.21 @@ -56,13 +56,13 @@ 2.22 2.23 # Main GUI box function with pure Yad spec 2.24 scpbox_main() { 2.25 - text=$(gettext "<b>Secure copy</b> - Copy files remotly with scp") 2.26 + text=$(gettext "<b>Secure copy</b> - Copy files remotely with scp") 2.27 yad --form --title="SCP Box" --window-icon=$icon \ 2.28 --image=folder-remote --image-on-top \ 2.29 --height=320 --width=500 --text="$text" \ 2.30 --field="$(gettext "User name:")" \ 2.31 --field="$(gettext "Hostname:")" \ 2.32 - --field="$(gettext "Know hosts:")":CB \ 2.33 + --field="$(gettext "Known hosts:")":CB \ 2.34 --field="$(gettext "Options:")" \ 2.35 --field="$(gettext "Local file:")":FL \ 2.36 --field="$(gettext "Local directory:")":DIR \ 2.37 @@ -113,7 +113,7 @@ 2.38 [ "$debug" ] && echo "DEBUG: $cmd" 2.39 $term -e "$cmd" ;; 2.40 2) 2.41 - # Download: we need a remote a file. 2.42 + # Download: we need a remote file. 2.43 local=$(echo $main | cut -d "|" -f 6) 2.44 if [ ! "$remote" ]; then 2.45 echo "No remote file: exit" && exit 0
3.1 --- a/lib/README Wed May 02 16:03:49 2012 +0200 3.2 +++ b/lib/README Sun May 13 13:44:10 2012 +0100 3.3 @@ -3,7 +3,7 @@ 3.4 3.5 3.6 SliTaz tools libraries. On the system, libs go in /usr/lib/slitaz. Some libs 3.7 -have a usage and can be called directly from the command line. In most case 3.8 +have a usage and can be called directly from the command line. In most cases 3.9 the library will be sourced from a script. 3.10 3.11
4.1 --- a/tazbox/README Wed May 02 16:03:49 2012 +0200 4.2 +++ b/tazbox/README Sun May 13 13:44:10 2012 +0100 4.3 @@ -4,7 +4,7 @@ 4.4 4.5 TazBox is multi box utility providing small GUI such as a logout, su, locale 4.6 or keymap configuration and more. See 'tazbox usage' for more information. The 4.7 -strings are gettextized and boxes are powerd by Yad/GTK. 4.8 +strings are gettextized and boxes are powered by Yad/GTK. 4.9 4.10 4.11 ===============================================================================
5.1 --- a/tazbox/tazbox Wed May 02 16:03:49 2012 +0200 5.2 +++ b/tazbox/tazbox Sun May 13 13:44:10 2012 +0100 5.3 @@ -296,7 +296,7 @@ 5.4 1) exit 0 ;; 5.5 *) continue ;; 5.6 esac 5.7 - # DE and WM started with a cistom -session script should export 5.8 + # DE and WM started with a custom -session script should export 5.9 # XDG_CURRENT_DESKTOP 5.10 case "$main" in 5.11 *exit)
6.1 --- a/tinyutils/decode Wed May 02 16:03:49 2012 +0200 6.2 +++ b/tinyutils/decode Sun May 13 13:44:10 2012 +0100 6.3 @@ -1,7 +1,7 @@ 6.4 #!/bin/sh 6.5 # 6.6 -# Decode is a cmdline tool to decode all kind of files such as audio or video. 6.7 -# Let decode a single file, many file on cmdline or a full directory. 6.8 +# Decode is a cmdline tool to decode all kinds of files such as audio or video. 6.9 +# Lets you decode a single file, many files on cmdline or a full directory. 6.10 # 6.11 # Copyright (C) 2012 SliTaz GNU/Linux - BSD License 6.12 # 6.13 @@ -40,8 +40,8 @@ 6.14 EOT 6.15 } 6.16 6.17 -# Check if a tool is installed. Dont force users and auto install package 6.18 -# Decode is a cmdline line tool, let have auto install option in GUI. 6.19 +# Check if a tool is installed. Don't force users and auto install package 6.20 +# Decode is a cmdline line tool, let's have auto install option in GUI. 6.21 check_tool() { 6.22 name="$(basename "$file")" 6.23 if [ ! -x /usr/bin/$1 ]; then