diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-02-20 23:01:48 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-02-20 23:01:48 +0000 |
commit | f2b6e1b5714defe249f74e59e7d624bd32a9c68b (patch) | |
tree | 04fd60609b814ac8f8a314bd9a57e81cbb742883 /perl-install | |
parent | 3bf16f03f175977c27e53a079282dcae510cf023 (diff) | |
download | drakx-f2b6e1b5714defe249f74e59e7d624bd32a9c68b.tar drakx-f2b6e1b5714defe249f74e59e7d624bd32a9c68b.tar.gz drakx-f2b6e1b5714defe249f74e59e7d624bd32a9c68b.tar.bz2 drakx-f2b6e1b5714defe249f74e59e7d624bd32a9c68b.tar.xz drakx-f2b6e1b5714defe249f74e59e7d624bd32a9c68b.zip |
explanations stuff: no reason to use "updated" at a place when we
use "modified" at the rest of the locations..
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 4d8f11e3f..40405c156 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -138,7 +138,7 @@ sub setVarsInCsh { } sub update_gnomekderc { - explanations "updated file $_[0]"; + explanations "modified file $_[0]"; goto &MDK::Common::System::update_gnomekderc; } |