summaryrefslogtreecommitdiff
path: root/portato/gui/qt/tree.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui/qt/tree.py')
-rw-r--r--portato/gui/qt/tree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/qt/tree.py b/portato/gui/qt/tree.py
index 3e64f09..fd616b6 100644
--- a/portato/gui/qt/tree.py
+++ b/portato/gui/qt/tree.py
@@ -33,7 +33,7 @@ class QtTree (Tree):
if update:
string += "(updating"
if version is not None:
- string += "from version %s" % version
+ string += " from version %s" % version
string += ")"
return [cpv, string]