diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-19 00:01:15 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-19 00:01:15 +0100 |
commit | e1b6dc981399e3149bc57e62af257969899cb4e4 (patch) | |
tree | 6d41a6fc8b224ce58a348d488d272eb4d694cce0 /portato/gui/windows | |
parent | 6d2132a97778c66d0d7851723efb91226af89144 (diff) | |
download | portato-e1b6dc981399e3149bc57e62af257969899cb4e4.tar.gz portato-e1b6dc981399e3149bc57e62af257969899cb4e4.tar.bz2 portato-e1b6dc981399e3149bc57e62af257969899cb4e4.zip |
Translations
Diffstat (limited to '')
-rw-r--r-- | portato/gui/windows/main.py | 2 |
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 |