diff options
Diffstat (limited to 'lib/MDV')
-rw-r--r-- | lib/MDV/Snapshot/Restore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDV/Snapshot/Restore.pm b/lib/MDV/Snapshot/Restore.pm index 518d875..0576040 100644 --- a/lib/MDV/Snapshot/Restore.pm +++ b/lib/MDV/Snapshot/Restore.pm @@ -151,7 +151,7 @@ sub mount_all { eval { fs::mount::part($part) }; push @errs, $@ if $@; } - $in->ask_warn(N("Warning"), N("mount failed:") . join("\n", '', @errs)) if @errs; + $in->ask_warn(N("Warning"), N("mount failed: ") . join("\n", '', @errs)) if @errs; } sub main { |