one more typo
This commit is contained in:
parent
f2aef5f9f2
commit
6138b914ea
|
@ -85,7 +85,7 @@ class FeaturesWindow:
|
||||||
_('Feature not available under Windows.')),
|
_('Feature not available under Windows.')),
|
||||||
_('Trayicon'): (self.trayicon_available,
|
_('Trayicon'): (self.trayicon_available,
|
||||||
_('A icon in systemtray reflecting the current presence.'),
|
_('A icon in systemtray reflecting the current presence.'),
|
||||||
_('Requires python-gnome2-extras or compiled trayicon module from Gajim sources.'),
|
_('Requires python-gnome2-extras or compiled trayicon module from Gajim sources.'),
|
||||||
_('Requires PyGTK >= 2.10.')),
|
_('Requires PyGTK >= 2.10.')),
|
||||||
_('Idle'): (self.idle_available,
|
_('Idle'): (self.idle_available,
|
||||||
_('Ability to measure idle time, in order to set auto status.'),
|
_('Ability to measure idle time, in order to set auto status.'),
|
||||||
|
|
Loading…
Reference in New Issue