diff --git a/flashing_keyboard/flashing_keyboard.py b/flashing_keyboard/flashing_keyboard.py index 3681910..788712d 100644 --- a/flashing_keyboard/flashing_keyboard.py +++ b/flashing_keyboard/flashing_keyboard.py @@ -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'", ''), diff --git a/flashing_keyboard/manifest.ini b/flashing_keyboard/manifest.ini index 0da83be..2fc53f3 100644 --- a/flashing_keyboard/manifest.ini +++ b/flashing_keyboard/manifest.ini @@ -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 homepage: http://trac-plugins.gajim.org -