diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-23 03:13:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-23 03:13:05 +0000 |
commit | 25329d4f9c1b8bb16131dd2dada45a46b90a95c1 (patch) | |
tree | 3461b0122712cc484e0731d283e1b45cd08535f0 /perl-install/standalone/drakbackup | |
parent | 3f819b20a7f8ee1a6349d61a6c0552bddd41d41a (diff) | |
download | drakx-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.tar drakx-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.tar.gz drakx-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.tar.bz2 drakx-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.tar.xz drakx-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.zip |
protocol names, trademark and acronyms should be upcase
Diffstat (limited to 'perl-install/standalone/drakbackup')
-rwxr-xr-x | perl-install/standalone/drakbackup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup index eddb685bd..77bd6af30 100755 --- a/perl-install/standalone/drakbackup +++ b/perl-install/standalone/drakbackup @@ -150,7 +150,7 @@ foreach (@ARGV) { sub setup_tooltips() { %help = ( - 'use_expect' => N("Expect is an extension to the Tcl scripting language that allows interactive sessions without user intervention."), + 'use_expect' => N("Expect is an extension to the TCL scripting language that allows interactive sessions without user intervention."), 'remember_pass' => N("Store the password for this system in drakbackup configuration."), 'erase_cdrw' => N("For a multisession CD, only the first session will erase the cdrw. Otherwise the cdrw is erased before each backup."), 'use_incr_decr' => N("This option will save files that have changed. Exact behavior depends on whether incremental or differential mode is used."), |