From 84cee7f9b0017d574d8f97c47d290b87646d7f0b Mon Sep 17 00:00:00 2001 From: blino Date: Wed, 19 Mar 2008 13:34:16 +0000 Subject: 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 --- lib/MDV/Snapshot/Restore.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 { -- cgit v1.2.1