From cd4a41db483faf93fe8ad001aab07718893f4b50 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 12 Feb 2011 22:14:41 +0000 Subject: i18n of share title --- (limited to 'extra/collaborationplugin.py') 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" -- cgit v0.9.1