From c29e6f5bbdab9cca933523ef34d3adf020016638 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 3 Mar 2008 17:22:26 +0000 Subject: typo fixes (blino) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@238245 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- lib/MDV/Snapshot/Restore.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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."), ) }, [ -- cgit v1.2.1