From a7a285b83f934a5d7f2bd34824b4650c3c0835d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 9 Jun 2008 20:39:22 +0200 Subject: Fixed error message --- doc/TODO | 3 --- portato/gui/updater.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index 0f59b20..d79f383 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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: -- cgit v1.2.3