diff options
author | mathieui <mathieui@mathieui.net> | 2014-11-13 21:33:17 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-11-13 21:33:17 +0100 |
commit | a400bfc1e91d7b459cb2e442bd5dd0b40138d3a7 (patch) | |
tree | 9e77ced21d579cf621f37d2edbc07134519b2fdd /src/tabs | |
parent | 20487e46b7f05b9c92c0be66c916d8d059a187f9 (diff) | |
download | poezio-a400bfc1e91d7b459cb2e442bd5dd0b40138d3a7.tar.gz poezio-a400bfc1e91d7b459cb2e442bd5dd0b40138d3a7.tar.bz2 poezio-a400bfc1e91d7b459cb2e442bd5dd0b40138d3a7.tar.xz poezio-a400bfc1e91d7b459cb2e442bd5dd0b40138d3a7.zip |
Fix a typo in /unlock help
Diffstat (limited to 'src/tabs')
-rw-r--r-- | src/tabs/conversationtab.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs/conversationtab.py b/src/tabs/conversationtab.py index b2d526de..99f9fe47 100644 --- a/src/tabs/conversationtab.py +++ b/src/tabs/conversationtab.py @@ -381,7 +381,7 @@ class DynamicConversationTab(ConversationTab): self.info_header = windows.DynamicConversationInfoWin() ConversationTab.__init__(self, jid) self.register_command('unlock', self.unlock_command, - shortdesc=_('Unlock the converstation from a particular resource.')) + shortdesc=_('Unlock the conversation from a particular resource.')) def lock(self, resource): """ |