Kaydet (Commit) 9671ed98 authored tarafından Faik Uygur's avatar Faik Uygur

* conflicts mesajı üzerinde çok çalıştım, saatlerimi harcadım

  ve bu yanlışlığı huzurunuzda zevkle düzeltmekten gurur duyuyorum.
üst a77433fe
......@@ -237,9 +237,9 @@ def check_conflicts(order, packagedb):
if pkg_conflicts:
conflicts = ""
for pkg in pkg_conflicts.keys():
conflicts += _("[%s conflicts with: %s]") % (pkg, util.strlist(pkg_conflicts[pkg]))
conflicts += _("[%s conflicts with: %s]\n") % (pkg, util.strlist(pkg_conflicts[pkg]))
ctx.ui.info(_("The following packages have conflicts: %s") %
ctx.ui.info(_("The following packages have conflicts:\n%s") %
conflicts)
if not ctx.ui.confirm(_('Remove the following conflicting packages?')):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment