Mailinglist Archive: zypp-commit (258 mails)
| < Previous | Next > |
[zypp-commit] r8196 - /trunk/libzypp/zypp/solver/detail/Resolver_problems.cc
- From: schubi2@xxxxxxxxxxxxxxxx
- Date: Fri, 04 Jan 2008 12:29:05 -0000
- Message-id: <20080104122905.947D726D9F@xxxxxxxxxxxxxxxx>
Author: schubi2
Date: Fri Jan 4 13:29:05 2008
New Revision: 8196
URL: http://svn.opensuse.org/viewcvs/zypp?rev=8196&view=rev
Log:
fixed typo
Modified:
trunk/libzypp/zypp/solver/detail/Resolver_problems.cc
Modified: trunk/libzypp/zypp/solver/detail/Resolver_problems.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/solver/detail/Resolver_problems.cc?rev=8196&r1=8195&r2=8196&view=diff
==============================================================================
--- trunk/libzypp/zypp/solver/detail/Resolver_problems.cc (original)
+++ trunk/libzypp/zypp/solver/detail/Resolver_problems.cc Fri Jan 4 13:29:05
2008
@@ -394,7 +394,8 @@
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
suitalbe 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);
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Fri Jan 4 13:29:05 2008
New Revision: 8196
URL: http://svn.opensuse.org/viewcvs/zypp?rev=8196&view=rev
Log:
fixed typo
Modified:
trunk/libzypp/zypp/solver/detail/Resolver_problems.cc
Modified: trunk/libzypp/zypp/solver/detail/Resolver_problems.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/solver/detail/Resolver_problems.cc?rev=8196&r1=8195&r2=8196&view=diff
==============================================================================
--- trunk/libzypp/zypp/solver/detail/Resolver_problems.cc (original)
+++ trunk/libzypp/zypp/solver/detail/Resolver_problems.cc Fri Jan 4 13:29:05
2008
@@ -394,7 +394,8 @@
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
suitalbe 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);
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |