Skip to content

Commit 6777f52

Browse files
committed
update help text on display_protected pragma
mention specification command.
1 parent 00ce3c7 commit 6777f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/admin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ def __init__(self):
114114
}
115115
self.settings_help = {
116116
'display_protected':
117-
_("Have 'display designator' show protected fields: "
118-
"creator, id etc."),
117+
_("Have 'display designator' and 'specification class' show "
118+
"protected fields: creator, id etc."),
119119

120120
'indexer_backend':
121121
_("Set indexer to use when running 'reindex' NYI"),

0 commit comments

Comments
 (0)