From 3ad1eb0e4613ab88e109996822619179d131b04c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 7 Jul 2022 07:33:30 +0530 Subject: [PATCH] string changes --- manual/creating_plugins.rst | 2 +- src/calibre/gui2/store/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/creating_plugins.rst b/manual/creating_plugins.rst index 4b0a944431..ebd8de28af 100644 --- a/manual/creating_plugins.rst +++ b/manual/creating_plugins.rst @@ -153,7 +153,7 @@ calibre's plugin loading system defines a couple of built-in functions that allo in the ZIP file the corresponding QIcon will be null. In order to support icon theme-ing, pass in the human friendly name of your plugin as ``plugin_name``. If the user is using an icon theme with icons for - you plugin, they will be loaded preferentially. + your plugin, they will be loaded preferentially. Enabling user configuration of your plugin diff --git a/src/calibre/gui2/store/__init__.py b/src/calibre/gui2/store/__init__.py index 362cd8e358..0a7baf9807 100644 --- a/src/calibre/gui2/store/__init__.py +++ b/src/calibre/gui2/store/__init__.py @@ -61,7 +61,7 @@ class StorePlugin: # {{{ def create_browser(self): ''' If the server requires special headers, such as a particular user agent - or a referrer, then implement this method in you plugin to return a + or a referrer, then implement this method in your plugin to return a customized browser instance. See the Gutenberg plugin for an example. Note that if you implement the open() method in your plugin and use the