summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-02-20 23:01:48 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-02-20 23:01:48 +0000
commitf2b6e1b5714defe249f74e59e7d624bd32a9c68b (patch)
tree04fd60609b814ac8f8a314bd9a57e81cbb742883 /perl-install/standalone.pm
parent3bf16f03f175977c27e53a079282dcae510cf023 (diff)
downloaddrakx-backup-do-not-use-f2b6e1b5714defe249f74e59e7d624bd32a9c68b.tar
drakx-backup-do-not-use-f2b6e1b5714defe249f74e59e7d624bd32a9c68b.tar.gz
drakx-backup-do-not-use-f2b6e1b5714defe249f74e59e7d624bd32a9c68b.tar.bz2
drakx-backup-do-not-use-f2b6e1b5714defe249f74e59e7d624bd32a9c68b.tar.xz
drakx-backup-do-not-use-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/standalone.pm')
-rw-r--r--perl-install/standalone.pm2
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;
}