From e85d9a2a8ec2338e51a13de969d3bc514def8c6a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 22 Jan 2025 22:18:22 +0530 Subject: [PATCH] string changes --- src/calibre/gui2/preferences/look_feel_tabs/tb_icon_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/preferences/look_feel_tabs/tb_icon_rules.py b/src/calibre/gui2/preferences/look_feel_tabs/tb_icon_rules.py index 7c5f6f2296..431b13bfc7 100644 --- a/src/calibre/gui2/preferences/look_feel_tabs/tb_icon_rules.py +++ b/src/calibre/gui2/preferences/look_feel_tabs/tb_icon_rules.py @@ -126,7 +126,7 @@ class TbIconRulesTab(ConfigTabWidget, Ui_Form): elif i == ICON_COLUMN: item.setToolTip(_('The file name of the icon or the text of the template')) elif i == FOR_CHILDREN_COLUMN: - item.setToolTip(_('Indicates whether the rule apples to child values')) + item.setToolTip(_('Indicates whether the rule applies to child values')) # Capture clicks on the horizontal header to sort the table columns hh = self.rules_table.horizontalHeader()