WIP: Expand the developer documentation #27
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue