Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"