Resolved a typo - show a '?' after the 'Show timing' preference.

This commit is contained in:
Ashesh Vashi 2017-03-21 11:17:25 +05:30
parent 4ff082ee74
commit 4eafdbeff6

View File

@ -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')
)