summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/MDV/Snapshot/Restore.pm2
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 {