Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-02-12 22:14:41 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-02-12 22:14:41 (GMT)
commitcd4a41db483faf93fe8ad001aab07718893f4b50 (patch)
tree013b1b35b00116afe73804b12f1bb6dded72baa1 /extra
parent40417653f91929710c9380e5b8c76e048cd0890c (diff)
i18n of share title
Diffstat (limited to 'extra')
-rw-r--r--extra/collaborationplugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/collaborationplugin.py b/extra/collaborationplugin.py
index 4f95ab7..4fc8c62 100644
--- a/extra/collaborationplugin.py
+++ b/extra/collaborationplugin.py
@@ -60,7 +60,7 @@ class CollaborationPlugin(Plugin):
self._activity = activity
self._neighborhood = None
- self._title = "My Turtle Art session"
+ self._title = _('My Turtle Art session')
self._bundle_id = "org.laptop.TurtleArt"
# This could be hashed from the file path (if resuming)
self._activity_id = "1234567"