diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-19 09:51:50 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-19 09:51:50 +0000 |
commit | 6b2fffca094915ce361e5c6bdb98db28afc1779c (patch) | |
tree | 6f34fb86d51ee8563d819a63f9859904be945fba /perl-install/standalone/drakboot | |
parent | 421c1c957761a2a7da2510458ea9ae7260ac7480 (diff) | |
download | drakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar drakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.gz drakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.bz2 drakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.xz drakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.zip |
typo fixes
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 5a66f3de4..a7e9f2f65 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -153,7 +153,7 @@ gtkadd($window, if ($boot_warn && $no_bootsplash && $splash_mode) { if ($in->ask_yesorno(N("Warning"), [ N("Your system bootloader is not in framebuffer mode. To activate graphical boot, select a graphic video mode from the bootloader configuration tool.") . "\n" . - N("Do you want to configure it now ?") ])) { + N("Do you want to configure it now?") ])) { enable_framebuffer(); #- it would be nice to get available themes for new cur_res here }; |