diff options
author | blino <blino@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-03-19 13:34:16 +0000 |
---|---|---|
committer | blino <blino@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-03-19 13:34:16 +0000 |
commit | 84cee7f9b0017d574d8f97c47d290b87646d7f0b (patch) | |
tree | a1242483207050f4d90ae46889192bab73dfbb55 /lib/MDV/Snapshot/Restore.pm | |
parent | 39ae2f741238517a4c666517e643d6cbce673191 (diff) | |
download | draksnapshot-84cee7f9b0017d574d8f97c47d290b87646d7f0b.tar draksnapshot-84cee7f9b0017d574d8f97c47d290b87646d7f0b.tar.gz draksnapshot-84cee7f9b0017d574d8f97c47d290b87646d7f0b.tar.bz2 draksnapshot-84cee7f9b0017d574d8f97c47d290b87646d7f0b.tar.xz draksnapshot-84cee7f9b0017d574d8f97c47d290b87646d7f0b.zip |
add space to be able to reuse the translation from drakx
git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@240076 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
Diffstat (limited to 'lib/MDV/Snapshot/Restore.pm')
-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 { |