aboutsummaryrefslogtreecommitdiffstats
path: root/transfugdrake
diff options
context:
space:
mode:
authorSamuel Verschelde <stormi@mageia.org>2011-10-01 07:03:30 +0000
committerSamuel Verschelde <stormi@mageia.org>2011-10-01 07:03:30 +0000
commitf4f75725ce7019eb799a27bdd8dd9ce91a26d723 (patch)
treef03b9f0fe02c9ab42925c5f190dad79c4dea0263 /transfugdrake
parentace85353c4e9ade5770cd54e9e8972511d356b23 (diff)
downloadtransfugdrake-f4f75725ce7019eb799a27bdd8dd9ce91a26d723.tar
transfugdrake-f4f75725ce7019eb799a27bdd8dd9ce91a26d723.tar.gz
transfugdrake-f4f75725ce7019eb799a27bdd8dd9ce91a26d723.tar.bz2
transfugdrake-f4f75725ce7019eb799a27bdd8dd9ce91a26d723.tar.xz
transfugdrake-f4f75725ce7019eb799a27bdd8dd9ce91a26d723.zip
improve welcome message (mageia bug #474)
Diffstat (limited to 'transfugdrake')
-rwxr-xr-xtransfugdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/transfugdrake b/transfugdrake
index 29a2191..34b5e0d 100755
--- a/transfugdrake
+++ b/transfugdrake
@@ -42,7 +42,7 @@ my $wiz = wizards->new({
name => N("Migration wizard"),
pages => {
welcome => {
- name => N("This wizard will help you to import Windows documents and settings in your %s distribution.", $distrib{system}) . "\n" . N("It allows two different migration methods: you can either import all documents and settings by copying them in your home directory, or share them between operating systems."),
+ name => N("This wizard will help you to import Windows' documents and settings into your %s system.", $distrib{system}) . "\n" . N("It allows two different migration methods: you can either import all documents and settings by copying them from Windows to your Mageia home directory, or share them between both operating systems."),
post => sub {
my $_w = $in->wait_message(N("Please wait"), N("Detecting disks..."));
find_disk();