summaryrefslogtreecommitdiffstats
path: root/rescue/bin/install_bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'rescue/bin/install_bootloader')
-rwxr-xr-xrescue/bin/install_bootloader2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/bin/install_bootloader b/rescue/bin/install_bootloader
index 58ee44a23..f2717449b 100755
--- a/rescue/bin/install_bootloader
+++ b/rescue/bin/install_bootloader
@@ -60,7 +60,7 @@ if (@main_methods == 0) {
my $install = $bootloader::{'install_raw_' . $main_method} or die "unknown bootloader method install_raw_$main_method\n";
-print "About to re-install Boot Loader $main_method of following %s distribution:\n\t",
+print "About to re-install Boot Loader $main_method of following Mageia distribution:\n\t",
$release, "\n";
if (!$auto) {
print "=> ok? <press Enter to continue, 'n' and Enter to cancel> ";