add translatable description
This commit is contained in:
@@ -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, ''),
|
||||
|
||||
Reference in New Issue
Block a user