From b153a9427382d55b99141cb63c4dceed7f3517d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Kupec?= Date: Mon, 11 Oct 2010 12:27:32 +0200 Subject: [PATCH] missing space added to output message --- src/RequestFeedback.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/RequestFeedback.cc b/src/RequestFeedback.cc index ed6a7bb..53f7e1f 100644 --- a/src/RequestFeedback.cc +++ b/src/RequestFeedback.cc @@ -164,6 +164,7 @@ string SolverRequester::Feedback::asUserString( Zypper::instance()->config().show_alias ? _objsel->repoInfo().alias().c_str() : _objsel->repoInfo().name().c_str()); + msg << " "; msg << str::form( // translators: %s = "--force" _("Use '%s' to force installation of the package."), "--force"); -- 2.7.4