Mailinglist Archive: zypp-commit (258 mails)
| < Previous | Next > |
[zypp-commit] r8366 - /trunk/libzypp/zypp/repo/RepoProvideFile.cc
- From: jkupec@xxxxxxxxxxxxxxxx
- Date: Thu, 24 Jan 2008 15:41:59 -0000
- Message-id: <20080124154159.D7842263E6@xxxxxxxxxxxxxxxx>
Author: jkupec
Date: Thu Jan 24 16:41:59 2008
New Revision: 8366
URL: http://svn.opensuse.org/viewcvs/zypp?rev=8366&view=rev
Log:
- quotes added
Modified:
trunk/libzypp/zypp/repo/RepoProvideFile.cc
Modified: trunk/libzypp/zypp/repo/RepoProvideFile.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/repo/RepoProvideFile.cc?rev=8366&r1=8365&r2=8366&view=diff
==============================================================================
--- trunk/libzypp/zypp/repo/RepoProvideFile.cc (original)
+++ trunk/libzypp/zypp/repo/RepoProvideFile.cc Thu Jan 24 16:41:59 2008
@@ -205,7 +205,7 @@
Url url;
RepoInfo info = repo_r.info();
- RepoException repo_excpt(str::form(_("Can't provide file %s from
repository %s"),
+ RepoException repo_excpt(str::form(_("Can't provide file '%s' from
repository '%s'"),
loc_r.filename().c_str(),
info.alias().c_str() ) );
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Thu Jan 24 16:41:59 2008
New Revision: 8366
URL: http://svn.opensuse.org/viewcvs/zypp?rev=8366&view=rev
Log:
- quotes added
Modified:
trunk/libzypp/zypp/repo/RepoProvideFile.cc
Modified: trunk/libzypp/zypp/repo/RepoProvideFile.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/repo/RepoProvideFile.cc?rev=8366&r1=8365&r2=8366&view=diff
==============================================================================
--- trunk/libzypp/zypp/repo/RepoProvideFile.cc (original)
+++ trunk/libzypp/zypp/repo/RepoProvideFile.cc Thu Jan 24 16:41:59 2008
@@ -205,7 +205,7 @@
Url url;
RepoInfo info = repo_r.info();
- RepoException repo_excpt(str::form(_("Can't provide file %s from
repository %s"),
+ RepoException repo_excpt(str::form(_("Can't provide file '%s' from
repository '%s'"),
loc_r.filename().c_str(),
info.alias().c_str() ) );
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |