summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-01-06 11:23:39 +0000
committerFrancois Pons <fpons@mandriva.com>2000-01-06 11:23:39 +0000
commit1aa830a04246a89a305be3ca3b8b2615c1d88065 (patch)
treebee63f704d59092c933a62383ac3770439dfa515 /perl-install/install_steps.pm
parent196c5ec6d2417109b37088d98c8e6177d6f90909 (diff)
downloaddrakx-backup-do-not-use-1aa830a04246a89a305be3ca3b8b2615c1d88065.tar
drakx-backup-do-not-use-1aa830a04246a89a305be3ca3b8b2615c1d88065.tar.gz
drakx-backup-do-not-use-1aa830a04246a89a305be3ca3b8b2615c1d88065.tar.bz2
drakx-backup-do-not-use-1aa830a04246a89a305be3ca3b8b2615c1d88065.tar.xz
drakx-backup-do-not-use-1aa830a04246a89a305be3ca3b8b2615c1d88065.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index b7d31f6a4..f628ff7fa 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -283,7 +283,7 @@ GridHeight=70
#- move some file after an upgrade that may be seriously annoying.
if ($o->{isUpgrade}) {
- log::l("moving previous desktop files that have been updated to \$HOME/tmp of each user");
+ log::l("moving previous desktop files that have been updated to Trash of each user");
install_any::move_desktop_file($o->{prefix});
}
}