summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorblino <blino@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2008-03-19 13:34:16 +0000
committerblino <blino@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2008-03-19 13:34:16 +0000
commit84cee7f9b0017d574d8f97c47d290b87646d7f0b (patch)
treea1242483207050f4d90ae46889192bab73dfbb55 /lib
parent39ae2f741238517a4c666517e643d6cbce673191 (diff)
downloaddraksnapshot-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')
-rw-r--r--lib/MDV/Snapshot/Restore.pm2
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 {