Description needed for strings

Bug #326944 reported by István Nyitrai
2
Affects Status Importance Assigned to Milestone
gdebi
Fix Released
Undecided
Unassigned

Bug Description

Please write comment for strings located in ../GDebi/DebPackage.py:262 and ../GDebi/DebPackage.py:272.

It is hard to figure out what does four '%s' strings will be on the screen.

Related branches

Revision history for this message
Michael Vogt (mvo) wrote :

Thanks, I added:

+ # TRANSLATORS: the first '%s' is the package that breaks, the second the dependency that makes it break, the third the releation (e.g. >=) and the latest the version for the releation
+ self._failureString += _("Breaks exisiting package '%s' dependency %s (%s %s)\n") % (pkg.name, dep.name, dep.relation, dep.version)

Revision history for this message
Michael Vogt (mvo) wrote :

 # TRANSLATORS: the first '%s' is the package that conflicts, the second the pakage that has the conflict, the third the releation (e.g. >=) and the latest the version for the releation
                                 self._failureString += _("Breaks exisiting package '%s' conflict: %s (%s %s)\n") % (pkg.name, cOr.TargetPkg.Name, cOr.CompType, cOr.TargetVer)

Changed in gdebi:
status: New → Fix Committed
István Nyitrai (sianis)
Changed in gdebi:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.