string changes

This commit is contained in:
Kovid Goyal 2025-01-22 22:18:22 +05:30
parent e6bfbbff71
commit e85d9a2a8e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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