summaryrefslogtreecommitdiff
path: root/portato/gui/windows/main.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-02-19 00:01:15 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-02-19 00:01:15 +0100
commite1b6dc981399e3149bc57e62af257969899cb4e4 (patch)
tree6d41a6fc8b224ce58a348d488d272eb4d694cce0 /portato/gui/windows/main.py
parent6d2132a97778c66d0d7851723efb91226af89144 (diff)
downloadportato-e1b6dc981399e3149bc57e62af257969899cb4e4.tar.gz
portato-e1b6dc981399e3149bc57e62af257969899cb4e4.tar.bz2
portato-e1b6dc981399e3149bc57e62af257969899cb4e4.zip
Translations
Diffstat (limited to 'portato/gui/windows/main.py')
-rw-r--r--portato/gui/windows/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py
index 2ee4447..761f6f3 100644
--- a/portato/gui/windows/main.py
+++ b/portato/gui/windows/main.py
@@ -1361,7 +1361,7 @@ class MainWindow (Window):
try:
self.fill_version_list(self.selCP)
except VersionsNotFoundException, e:
- warning(_("No versions of package '%s' found!.") % self.selCP)
+ warning(_("No versions of package '%s' found!") % self.selCP)
no_versions_dialog(self.selCP)
self.db.disable(self.selCP)
self.selCP = oldcp