mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
1eec089faf
commit
3ad1eb0e46
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user