add translatable description

This commit is contained in:
Denis Fomin
2011-09-03 09:59:36 +03:00
parent 4b297ebf7d
commit 4b37c0c583
19 changed files with 264 additions and 93 deletions

View File

@@ -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, ''),