trying to make it compile
authorStephan Kulow <coolo@suse.de>
Sun, 6 Jan 2008 11:10:16 +0000 (11:10 +0000)
committerStephan Kulow <coolo@suse.de>
Sun, 6 Jan 2008 11:10:16 +0000 (11:10 +0000)
zypp/solver/detail/Resolver_problems.cc

index 175ca53..3be215f 100644 (file)
@@ -394,8 +394,7 @@ Resolver::problems (const bool ignoreValidSolution) const
     if (!_tryAllPossibilities       // a second run with ALL possibilities has not been tried 
        && skippedPossibilities) { // possible other solutions skipped
        // give the user an additional solution for trying all branches
-       string what = _("No valid solution found with just resolvables which is best suitable for your
-system.");
+       string what = _("No valid solution found with just resolvables which is best suitable for your system.");
        string details = _("With this run only resolvables with the best fit have been regarded.\n");
        details = details + _("Regarding all possible resolvables takes time, but can come to a valid result.");
        ResolverProblem_Ptr problem = new ResolverProblem (what, details);