summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-19 09:51:50 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-19 09:51:50 +0000
commit6b2fffca094915ce361e5c6bdb98db28afc1779c (patch)
tree6f34fb86d51ee8563d819a63f9859904be945fba /perl-install/standalone/drakboot
parent421c1c957761a2a7da2510458ea9ae7260ac7480 (diff)
downloaddrakx-backup-do-not-use-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar
drakx-backup-do-not-use-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.gz
drakx-backup-do-not-use-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.bz2
drakx-backup-do-not-use-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.xz
drakx-backup-do-not-use-6b2fffca094915ce361e5c6bdb98db28afc1779c.zip
typo fixes
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-xperl-install/standalone/drakboot2
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
};