diff options
author | Francois Pons <fpons@mandriva.com> | 2000-01-06 11:23:39 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-01-06 11:23:39 +0000 |
commit | 1aa830a04246a89a305be3ca3b8b2615c1d88065 (patch) | |
tree | bee63f704d59092c933a62383ac3770439dfa515 /perl-install/install_steps.pm | |
parent | 196c5ec6d2417109b37088d98c8e6177d6f90909 (diff) | |
download | drakx-1aa830a04246a89a305be3ca3b8b2615c1d88065.tar drakx-1aa830a04246a89a305be3ca3b8b2615c1d88065.tar.gz drakx-1aa830a04246a89a305be3ca3b8b2615c1d88065.tar.bz2 drakx-1aa830a04246a89a305be3ca3b8b2615c1d88065.tar.xz drakx-1aa830a04246a89a305be3ca3b8b2615c1d88065.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
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}); } } |