Rename 'Allowed' header for value completions.
This commit is contained in:
parent
dc9e2a9772
commit
3d5012ccca
@ -130,7 +130,7 @@ class SettingValueCompletionModel(base.BaseCompletionModel):
|
||||
# Different type for each value (KeyValue)
|
||||
vals = configdata.DATA[section][option].typ.complete()
|
||||
if vals is not None:
|
||||
cat = self.new_category("Allowed", sort=1)
|
||||
cat = self.new_category("Completions", sort=1)
|
||||
for (val, desc) in vals:
|
||||
self.new_item(cat, val, desc)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user