From 73fffd02257a70f746c65583b645db25633829aa Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 14 Oct 2006 15:22:45 +0000 Subject: [PATCH] Fixed typo in error message. git-svn-id: file:///home/talex/Backups/sf.net/Subversion/zero-install/trunk/0launch@1128 9f8c893c-44ee-0310-b757-c8ca8341c71e --- zeroinstall/0launch-gui/properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeroinstall/0launch-gui/properties.py b/zeroinstall/0launch-gui/properties.py index e8fe8ea..1b413be 100644 --- a/zeroinstall/0launch-gui/properties.py +++ b/zeroinstall/0launch-gui/properties.py @@ -163,7 +163,7 @@ class Feeds(gtk.VPaned): return else: dialog.alert(self.get_toplevel(), - _("Can't remove '%s' as you didn't add it.")) + _("Can't remove '%s' as you didn't add it.") % feed_uri) return raise Exception("Missing feed '%s'!" % feed_uri) self.remove_feed_button.connect('clicked', remove_feed) -- 2.11.4.GIT