String changes

This commit is contained in:
Kovid Goyal 2017-05-03 19:55:23 +05:30
parent 40205f8fe5
commit 9afc11c015
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 4 deletions

View File

@ -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 <b>{0}</b> successfully installed under <b>'
' {1} plugins</b>. You may have to restart calibre '
'{1} plugins</b>. 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')

View File

@ -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)),