diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2023-05-15 10:41:27 +0200 |
---|---|---|
committer | Benno Schulenberg <bensberg@telfort.nl> | 2023-05-15 10:51:38 +0200 |
commit | 3533f0335a8e3eedf13dd66b321ee6caee3ed7f2 (patch) | |
tree | 381b9a3f1aeaae9c74c70b502d69639267cb810f /rules | |
parent | fae233aac4dc0a529e8d7f257dddf6fd194be5ee (diff) |
rules: match the phrasing for the 5th-level chooser with the two others
Six years ago, commit 10cf5acd90 added the word "the" in the phrase
"Key to choose the 3rd level", but not in its sister phrase, the one
for the 5th-level chooser.
To compare, run: `grep -R "Key to choose"`
Diffstat (limited to 'rules')
-rw-r--r-- | rules/base.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/base.xml b/rules/base.xml index ff28b28d..9ebb1970 100644 --- a/rules/base.xml +++ b/rules/base.xml @@ -8015,7 +8015,7 @@ <group allowMultipleSelection="true"> <configItem> <name>lv5</name> - <description>Key to choose 5th level</description> + <description>Key to choose the 5th level</description> </configItem> <option> <configItem> |