@@ -55,8 +55,8 @@ def register_browser_preferences(self):
5555 gettext ("Hide shared servers?" ), 'boolean' , False ,
5656 category_label = gettext ('Display' ),
5757 help_str = gettext (
58- 'If set to True, then all shared servers will be '
59- 'hidden from browser tree'
58+ 'If set to True, all shared servers will be '
59+ 'hidden from the browser tree. '
6060 )
6161 )
6262
@@ -75,8 +75,8 @@ def register_browser_preferences(self):
7575 gettext ("Confirm on close or refresh?" ), 'boolean' ,
7676 True , category_label = PREF_LABEL_DISPLAY ,
7777 help_str = gettext (
78- 'Confirm closure or refresh of the browser or browser tab is '
79- 'intended before proceeding.'
78+ 'Confirm that closure or refresh of the browser or browser tab '
79+ 'is intended before proceeding.'
8080 )
8181 )
8282
@@ -114,7 +114,7 @@ def register_browser_preferences(self):
114114 min_val = 1 , max_val = 9999 ,
115115 help_str = gettext (
116116 'The maximum number of history rows to show on '
117- 'the Statistics tab for pgAgent jobs'
117+ 'the Statistics tab for pgAgent jobs. '
118118 )
119119 )
120120
@@ -410,8 +410,8 @@ def register_browser_preferences(self):
410410 gettext ("Dynamic tab size" ), 'boolean' , False ,
411411 category_label = PREF_LABEL_TABS_SETTINGS ,
412412 help_str = gettext (
413- 'If set to True, the tabs will take full size as per the title, '
414- 'it will also applicable for already opened tabs' )
413+ 'If set to True, the tabs will take full size as per the title. '
414+ 'This will also apply to already opened tabs. ' )
415415 )
416416
417417 self .qt_tab_title = self .preference .register (
@@ -422,8 +422,7 @@ def register_browser_preferences(self):
422422 help_str = gettext (
423423 'Supported placeholders are %DATABASE%, %USERNAME%, and %SERVER%. '
424424 'Users can provide any string with or without placeholders of'
425- ' their choice. The blank title will be revert back to the'
426- ' default title with placeholders.'
425+ ' their choice. A blank title will revert to the default.'
427426 )
428427 )
429428
@@ -435,8 +434,8 @@ def register_browser_preferences(self):
435434 help_str = gettext (
436435 'Supported placeholders are %SCHEMA%, %TABLE%, %DATABASE%, '
437436 '%USERNAME%, and %SERVER%. Users can provide any string with or '
438- 'without placeholders of their choice. The blank title will be '
439- 'revert back to the default title with placeholders .'
437+ 'without placeholders of their choice. A blank title will revert '
438+ 'to the default.'
440439 )
441440 )
442441
@@ -448,8 +447,8 @@ def register_browser_preferences(self):
448447 help_str = gettext (
449448 'Supported placeholders are %FUNCTION%, %ARGS%, %SCHEMA% and'
450449 ' %DATABASE%. Users can provide any string with or '
451- 'without placeholders of their choice. The blank title will be '
452- ' revert back to the default title with placeholders .'
450+ 'without placeholders of their choice. A blank title will revert '
451+ 'to the default.'
453452 )
454453 )
455454
@@ -470,9 +469,9 @@ def register_browser_preferences(self):
470469 category_label = PREF_LABEL_OPTIONS ,
471470 options = open_new_tab_options ,
472471 help_str = gettext (
473- 'Select Query Tool, Debugger, Schema Diff, ERD Tool '
474- 'or PSQL Tool from the drop-down to set '
475- 'open in new browser tab for that particular module .'
472+ 'Select Query Tool, Debugger, Schema Diff, ERD Tool, '
473+ 'or PSQL Tool from the drop-down to open that module '
474+ 'in a new browser tab.'
476475 ),
477476 control_props = {
478477 'multiple' : True , 'allowClear' : False ,
@@ -493,8 +492,8 @@ def register_browser_preferences(self):
493492 help_str = gettext (
494493 'Supported placeholders are %DATABASE%, %USERNAME%, '
495494 'and %SERVER%. Users can provide any string with or without'
496- ' placeholders of their choice. The blank title will be revert'
497- ' back to the default title with placeholders .'
495+ ' placeholders of their choice. A blank title will revert '
496+ 'to the default.'
498497 )
499498 )
500499
0 commit comments