Skip to content

Commit c1b3340

Browse files
committed
Bump version for beta release
string changes
1 parent e3dc567 commit c1b3340

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

manual/gui.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,9 +733,9 @@ To choose icons for values in categories, right-click on a value then choose `Ma
733733
* `Choose an icon for this value but not its children`. A dialog will open where you choose an icon for the value. Children of that value will not inherit that icon.
734734
* `Choose an icon for this value and its children`. A dialog will open where you choose an icon for the value. Any children that don't have their own specified icon will inherit this icon.
735735
* `Choose an existing icon for this value but not its children`. This option is offered if the value already has an icon that is inherited by the value's children. Selecting it will make the icon apply to the value but not its children.
736-
* `Choose and existing icon for this value and its children`. This option is offered if the value already has an icon that is not inherited by the value's children. Selecting it will make the icon apply to the value and its children.
736+
* `Choose an existing icon for this value and its children`. This option is offered if the value already has an icon that is not inherited by the value's children. Selecting it will make the icon apply to the value and its children.
737737
* `Use the default icon for this value`. This option is offered if the item has an icon. It removes the icon from the value and any children inheriting the icon. The default icon is what is specified below.
738-
* `Use/edit a template to choose the default value icon`. This option permits you to provide a calibre template that returns the name of an icon file to be uses as a default icon. The template can use two variables:
738+
* `Use/edit a template to choose the default value icon`. This option permits you to provide a calibre template that returns the name of an icon file to be used as a default icon. The template can use two variables:
739739

740740
* ``category``: the lookup name of the category, for example ``authors``, ``series``, ``#mycolumn``.
741741
* ``value``: the value of the item within the category.

src/calibre/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from polyglot.builtins import environ_item, hasenv
1212

1313
__appname__ = 'calibre'
14-
numeric_version = (7, 24, 0)
14+
numeric_version = (7, 24, 100)
1515
__version__ = '.'.join(map(str, numeric_version))
1616
git_version = None
1717
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"

0 commit comments

Comments
 (0)