aboutsummaryrefslogtreecommitdiffstats
path: root/transfugdrake
diff options
context:
space:
mode:
authorSamuel Verschelde <stormi@mageia.org>2011-10-01 08:41:05 +0000
committerSamuel Verschelde <stormi@mageia.org>2011-10-01 08:41:05 +0000
commiteadea1767140b16fdfe92f5a4552c532215dde31 (patch)
treec6691a1a6d07f78e5d358c48ea4d81d60f07fc12 /transfugdrake
parentf4f75725ce7019eb799a27bdd8dd9ce91a26d723 (diff)
downloadtransfugdrake-eadea1767140b16fdfe92f5a4552c532215dde31.tar
transfugdrake-eadea1767140b16fdfe92f5a4552c532215dde31.tar.gz
transfugdrake-eadea1767140b16fdfe92f5a4552c532215dde31.tar.bz2
transfugdrake-eadea1767140b16fdfe92f5a4552c532215dde31.tar.xz
transfugdrake-eadea1767140b16fdfe92f5a4552c532215dde31.zip
remove explicit Mageia mention
Diffstat (limited to 'transfugdrake')
-rwxr-xr-xtransfugdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/transfugdrake b/transfugdrake
index 34b5e0d..8dc3402 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 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."),
+ 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 home directory, or share them between both operating systems."),
post => sub {
my $_w = $in->wait_message(N("Please wait"), N("Detecting disks..."));
find_disk();