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'", ''),
|
||||
|
||||
Reference in New Issue
Block a user