aboutsummaryrefslogtreecommitdiffstats
path: root/transfugdrake
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-15 19:21:00 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-15 19:21:00 +0000
commit8f4f054fbfb1545e4f137ce1e694f2c201997389 (patch)
treeea681fe7c8ea7f29890d3954eb0f24b21295f561 /transfugdrake
parent95d7b3c083b9b029f8b01afc613ab4957fd47865 (diff)
downloadtransfugdrake-8f4f054fbfb1545e4f137ce1e694f2c201997389.tar
transfugdrake-8f4f054fbfb1545e4f137ce1e694f2c201997389.tar.gz
transfugdrake-8f4f054fbfb1545e4f137ce1e694f2c201997389.tar.bz2
transfugdrake-8f4f054fbfb1545e4f137ce1e694f2c201997389.tar.xz
transfugdrake-8f4f054fbfb1545e4f137ce1e694f2c201997389.zip
fix typo (from Reinout van Schouwen)
Diffstat (limited to 'transfugdrake')
-rwxr-xr-xtransfugdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/transfugdrake b/transfugdrake
index 20c0b1e..07ee1dc 100755
--- a/transfugdrake
+++ b/transfugdrake
@@ -37,7 +37,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 differents migration methods: you can either import all documents and settings by copying them, or share them between operating systems."),
+ 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, or share them between operating systems."),
post => sub {
$windows_disk or return 'no_windows';
$linux_user = @linux_users == 1 && $linux_users[0];