diff options
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): |