Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'set_location/set_location.py')
-rw-r--r--set_location/set_location.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/set_location/set_location.py b/set_location/set_location.py
index 5ef13e8..94d2490 100644
--- a/set_location/set_location.py
+++ b/set_location/set_location.py
@@ -26,6 +26,10 @@ except:
class SetLocationPlugin(GajimPlugin):
@log_calls('SetLocationPlugin')
def init(self):
+ self.description = _('Set information about the current geographical '
+ 'or physical location.\n'
+ 'To be able to specify a location on the built-in card, '
+ 'you must install python-osmgpsmap > 0.5')
self.config_dialog = SetLocationPluginConfigDialog(self)
self.config_default_values = {
'alt': (1609, ''),