Skip to content
Snippets Groups Projects
Commit f2aef5f9 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[pk] fix 2 typo in strings

parent 13b6d755
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class FeaturesWindow:
_('Requires python-avahi.'),
_('Requires pybonjour (http://o2s.csail.mit.edu/o2s-wiki/pybonjour).')),
_('gajim-remote'): (self.dbus_available,
_('A script to controle gajim via commandline.'),
_('A script to controle Gajim via commandline.'),
_('Requires python-dbus.'),
_('Feature not available under Windows.')),
_('OpenGPG'): (self.gpg_available,
......@@ -92,7 +92,7 @@ class FeaturesWindow:
_('Requires compilation of the idle module from Gajim sources.'),
_('Requires compilation of the idle module from Gajim sources.')),
_('LaTeX'): (self.latex_available,
_('Transform LaTeX espressions between $$ $$.'),
_('Transform LaTeX expressions between $$ $$.'),
_('Requires texlive-latex-base, dvips and imagemagick. You have to set \'use_latex\' to True in the Advanced Configuration Editor.'),
_('Feature not available under Windows.')),
_('End to end encryption'): (self.pycrypto_available,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment