one more typo

This commit is contained in:
Yann Leboulanger 2008-01-06 20:50:30 +00:00
parent f2aef5f9f2
commit 6138b914ea
1 changed files with 1 additions and 1 deletions

View File

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