diff options
author | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-03-03 17:22:26 +0000 |
---|---|---|
committer | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-03-03 17:22:26 +0000 |
commit | c29e6f5bbdab9cca933523ef34d3adf020016638 (patch) | |
tree | 1638fed731ba6ad906c04db0051a57d622ec4e9b | |
parent | 23cc4ffd3dec3102d0ac5648ee197139424957d4 (diff) | |
download | draksnapshot-c29e6f5bbdab9cca933523ef34d3adf020016638.tar draksnapshot-c29e6f5bbdab9cca933523ef34d3adf020016638.tar.gz draksnapshot-c29e6f5bbdab9cca933523ef34d3adf020016638.tar.bz2 draksnapshot-c29e6f5bbdab9cca933523ef34d3adf020016638.tar.xz draksnapshot-c29e6f5bbdab9cca933523ef34d3adf020016638.zip |
typo fixes (blino)
git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@238245 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
-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."), ) }, [ |