fix: correction in error message

This commit is contained in:
egarette@silique.fr 2026-08-22 14:37:34 +02:00
parent 8df55289eb
commit 66e6ddfe31

View file

@ -632,7 +632,7 @@ class UserData:
default = option.value.default()
if option.isleader():
default = default[0]
value = _('{0} (the search key is "{1}")').format(value, default)
value = _('{0} (the key being sought is "{1}")').format(value, default)
option_without_index.information.set(
key,
value,