diff --git a/src/rougail/user_data.py b/src/rougail/user_data.py index 9b45cf5a0..f8b170bac 100644 --- a/src/rougail/user_data.py +++ b/src/rougail/user_data.py @@ -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,