flashing_keyboard.typo
This commit is contained in:
@@ -13,7 +13,7 @@ from plugins.gui import GajimPluginConfigDialog
|
||||
class FlashingKeyboard(GajimPlugin):
|
||||
@log_calls('FlashingKeyboard')
|
||||
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_default_values = {
|
||||
'command1': ("xset led named 'Scroll Lock'", ''),
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
[info]
|
||||
name: Flashing Keyboard
|
||||
short_name: flashing_keyboard
|
||||
version: 0.1
|
||||
description: Flashing keyboard led if there is unread messages
|
||||
version: 0.1.1
|
||||
description: Flashing keyboard led when there are unread messages.
|
||||
authors: Denis Fomin <fominde@gmail.com>
|
||||
homepage: http://trac-plugins.gajim.org
|
||||
|
||||
|
||||
Reference in New Issue
Block a user