summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-02-16 22:06:25 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-02-16 22:06:25 +0000
commit459260afbf1eec2d6dc5271e0c98cddd27f315e0 (patch)
tree6bd31291e58779122f948fca9f749113cc90853a /perl-install/standalone/drakboot
parent7350f50c788bcdbeaff6a5cdd303e2ee6887b6ad (diff)
downloaddrakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.tar
drakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.tar.gz
drakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.tar.bz2
drakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.tar.xz
drakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.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 59de979b3..95df5b2df 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -135,7 +135,7 @@ gtkadd($window,
$splash_mode = !$splash_mode;
if ($boot_warn && $no_bootsplash && $splash_mode) {
$in->ask_warn(N("Warning"),
- [ N("Your system bootloader is not in framebuffer mode. To activate graphical boot, select a graphic video mode into the bootloader configuration tool.") ]);
+ [ N("Your system bootloader is not in framebuffer mode. To activate graphical boot, select a graphic video mode from the bootloader configuration tool.") ]);
$boot_warn = 0
}
$splash_box->set_sensitive($splash_mode);