mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Resolved a typo - show a '?' after the 'Show timing' preference.
This commit is contained in:
parent
4ff082ee74
commit
4eafdbeff6
@ -104,7 +104,7 @@ class SqlEditorModule(PgAdminModule):
|
||||
|
||||
self.explain_timing = self.preference.register(
|
||||
'Explain', 'explain_timing',
|
||||
gettext("Show timing"), 'boolean', False,
|
||||
gettext("Show timing?"), 'boolean', False,
|
||||
category_label=gettext('Explain')
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user