diff options
author | necoro <> | 2007-06-23 01:25:41 +0000 |
---|---|---|
committer | necoro <> | 2007-06-23 01:25:41 +0000 |
commit | 9c62e1535b7973d534ad6b82f287dd522f8d50a0 (patch) | |
tree | b94d65d91fac4eca85fd49afc9b87df19676d41c /portato/gui/qt | |
parent | 383a61d2b0cda8ebbe46468bb1b40bddd608c1fb (diff) | |
download | portato-9c62e1535b7973d534ad6b82f287dd522f8d50a0.tar.gz portato-9c62e1535b7973d534ad6b82f287dd522f8d50a0.tar.bz2 portato-9c62e1535b7973d534ad6b82f287dd522f8d50a0.zip |
added updatable dialog also for gtk
Diffstat (limited to '')
-rw-r--r-- | portato/gui/qt/windows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/qt/windows.py b/portato/gui/qt/windows.py index 2f8e3f9..f3fcef6 100644 --- a/portato/gui/qt/windows.py +++ b/portato/gui/qt/windows.py @@ -141,7 +141,7 @@ class SearchDialog (Window): self.jumpTo(s) class UpdateDialog (Window): - """Dialog showing updateble packages.""" + """Dialog showing updatable packages.""" __metaclass__ = WindowMeta def __init__ (self, parent, packages, queue, jump_to): |