diff options
Diffstat (limited to 'lib/MDV/Snapshot/Restore.pm')
-rw-r--r-- | lib/MDV/Snapshot/Restore.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/MDV/Snapshot/Restore.pm b/lib/MDV/Snapshot/Restore.pm index 0a2a83c..518d875 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 failled:") . join("\n", '', @errs)) if @errs; + $in->ask_warn(N("Warning"), N("mount failed:") . join("\n", '', @errs)) if @errs; } sub main { @@ -166,7 +166,7 @@ sub main { title => N("Restoring Backup"), messages => join("\n", N("Please select the partition of the system to restore."), - N("Do not forgot to plug the USB disk that contains your backups."), + N("Do not forget to plug the USB disk that contains your backups."), ) }, [ |