Mercurial > p > roundup > code
diff roundup/admin.py @ 7545:939fcfdfa370
update help text on display_protected pragma
mention specification command.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 14 Jul 2023 00:10:42 -0400 |
| parents | 4c90a57c89e3 |
| children | 534f8bdb8f94 |
line wrap: on
line diff
--- a/roundup/admin.py Fri Jul 14 00:09:47 2023 -0400 +++ b/roundup/admin.py Fri Jul 14 00:10:42 2023 -0400 @@ -114,8 +114,8 @@ } self.settings_help = { 'display_protected': - _("Have 'display designator' show protected fields: " - "creator, id etc."), + _("Have 'display designator' and 'specification class' show " + "protected fields: creator, id etc."), 'indexer_backend': _("Set indexer to use when running 'reindex' NYI"),
