diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-02-07 12:32:32 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-02-07 12:32:32 +0000 |
commit | c20611b79de7d1afdfd346b3dbe38c932a7e36e0 (patch) | |
tree | b696f95d69010c9fb12d039e2a60b1bc20cc370e /perl-install | |
parent | 5956d7f82ab3448da3c47dcebc4fc28f864452b1 (diff) | |
download | drakx-c20611b79de7d1afdfd346b3dbe38c932a7e36e0.tar drakx-c20611b79de7d1afdfd346b3dbe38c932a7e36e0.tar.gz drakx-c20611b79de7d1afdfd346b3dbe38c932a7e36e0.tar.bz2 drakx-c20611b79de7d1afdfd346b3dbe38c932a7e36e0.tar.xz drakx-c20611b79de7d1afdfd346b3dbe38c932a7e36e0.zip |
fixed English typo
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/drakedm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index a84cac48e..d2c796fd3 100644 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -39,7 +39,7 @@ foreach (cat_($cfg_file)) { $dm = $1 if /^DISPLAYMANAGER=(.*)$/; } -if (my $new_dm = $in->ask_from_list_(N("Choosing an display manager"), +if (my $new_dm = $in->ask_from_list_(N("Choosing a display manager"), formatAlaTeX(N("X11 Display Manager allows you to graphically log into your system with the X Window System running and supports running several different X sessions on your local machine at the same time.")), |