flashing_keyboard.typo

This commit is contained in:
Denis Fomin
2012-07-15 14:58:43 +04:00
parent 702c263f8a
commit dfb82ed125
2 changed files with 3 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ from plugins.gui import GajimPluginConfigDialog
class FlashingKeyboard(GajimPlugin): class FlashingKeyboard(GajimPlugin):
@log_calls('FlashingKeyboard') @log_calls('FlashingKeyboard')
def init(self): def init(self):
self.description = _('Flashing keyboard led if there is unread messages') self.description = _('Flashing keyboard led when there are unread messages.')
self.config_dialog = FlashingKeyboardPluginConfigDialog(self) self.config_dialog = FlashingKeyboardPluginConfigDialog(self)
self.config_default_values = { self.config_default_values = {
'command1': ("xset led named 'Scroll Lock'", ''), 'command1': ("xset led named 'Scroll Lock'", ''),

View File

@@ -1,8 +1,7 @@
[info] [info]
name: Flashing Keyboard name: Flashing Keyboard
short_name: flashing_keyboard short_name: flashing_keyboard
version: 0.1 version: 0.1.1
description: Flashing keyboard led if there is unread messages description: Flashing keyboard led when there are unread messages.
authors: Denis Fomin <fominde@gmail.com> authors: Denis Fomin <fominde@gmail.com>
homepage: http://trac-plugins.gajim.org homepage: http://trac-plugins.gajim.org