summaryrefslogtreecommitdiffstats
path: root/draklive-install
diff options
context:
space:
mode:
Diffstat (limited to 'draklive-install')
-rwxr-xr-xdraklive-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive-install b/draklive-install
index cc8b86f..48f46fc 100755
--- a/draklive-install
+++ b/draklive-install
@@ -384,7 +384,7 @@ sub display_end_message {
#- skip that fstab/reboot steps
if (!$::isInstall && 0) {
my $new = fs::fstab_to_string($all_hds);
- if ($new ne $all_hds->{current_fstab} && $in->ask_yesorno('', N("Do you want to save /etc/fstab modifications"), 1)) {
+ if ($new ne $all_hds->{current_fstab} && $in->ask_yesorno('', N("Do you want to save /etc/fstab modifications?"), 1)) {
$all_hds->{current_fstab} = $new;
fs::write_fstab($all_hds);
}