fix: correction in error message
This commit is contained in:
parent
8df55289eb
commit
66e6ddfe31
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@ class UserData:
|
||||||
default = option.value.default()
|
default = option.value.default()
|
||||||
if option.isleader():
|
if option.isleader():
|
||||||
default = default[0]
|
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(
|
option_without_index.information.set(
|
||||||
key,
|
key,
|
||||||
value,
|
value,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue