diff options
Diffstat (limited to '')
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | portato/gui/updater.py | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -15,14 +15,11 @@ Backend: - rewrite flags handling -- do not alert a block, if a package blocks a version of one package which is updated to a new one not being blocked anymore - also check installed packages if they block the current one - make sure, a package being removed from the queue is not needed as a dependency by another package - binary package support -- move resume_loop and shutdown plugins into main code - GUI: ==== diff --git a/portato/gui/updater.py b/portato/gui/updater.py index 44bc4e1..ba46ffd 100644 --- a/portato/gui/updater.py +++ b/portato/gui/updater.py @@ -93,7 +93,7 @@ q return p elif not pkgs: # nothing found =| if not masked: - warning(_("No unmasked version of package '%s' found. Trying masked ones. This normally should not happen...")) + warning(_("No unmasked version of package '%s' found. Trying masked ones. This normally should not happen..."), pv) return self.find(pv, True) else: |