From 9afc11c0153e87045eb7dcca1f4dbcaf896c40f1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 3 May 2017 19:55:23 +0530 Subject: [PATCH] String changes --- src/calibre/gui2/preferences/plugins.py | 5 ++--- src/calibre/gui2/tweak_book/char_select.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/calibre/gui2/preferences/plugins.py b/src/calibre/gui2/preferences/plugins.py index e0eedcb4a9..8f206f68f4 100644 --- a/src/calibre/gui2/preferences/plugins.py +++ b/src/calibre/gui2/preferences/plugins.py @@ -325,7 +325,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form): self.check_for_add_to_toolbars(plugin, previously_installed=plugin.name in installed_plugins) info_dialog(self, _('Success'), _('Plugin {0} successfully installed under ' - ' {1} plugins. You may have to restart calibre ' + '{1} plugins. You may have to restart calibre ' 'for the plugin to take effect.').format(plugin.name, plugin.type), show=True, show_copy_button=False) idx = self._plugin_model.plugin_to_index_by_properties(plugin) @@ -456,9 +456,8 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form): from calibre.gui2.tweak_book.plugin import install_plugin install_plugin(plugin) + if __name__ == '__main__': from PyQt5.Qt import QApplication app = QApplication([]) test_widget('Advanced', 'Plugins') - - diff --git a/src/calibre/gui2/tweak_book/char_select.py b/src/calibre/gui2/tweak_book/char_select.py index 5f39bd6449..128b877efe 100644 --- a/src/calibre/gui2/tweak_book/char_select.py +++ b/src/calibre/gui2/tweak_book/char_select.py @@ -206,7 +206,7 @@ class CategoryModel(QAbstractItemModel): (_('Limbu'), (0x1900, 0x194F)), (_('Malayalam'), (0xD00, 0xD7F)), (_('Meetei Mayek'), (0xABC0, 0xABFF)), - (_('Meetei Mayek extensions*'), (0xAAE0, 0xAAEF)), + (_('Meetei Mayek extensions'), (0xAAE0, 0xAAEF)), (_('Ol Chiki'), (0x1C50, 0x1C7F)), (_('Oriya'), (0xB00, 0xB7F)), (_('Saurashtra'), (0xA880, 0xA8DF)),