Description needed for strings
Bug #326944 reported by
István Nyitrai
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gdebi |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Please write comment for strings located in ../GDebi/
It is hard to figure out what does four '%s' strings will be on the screen.
Related branches
Changed in gdebi: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
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)