mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Clarify font sizing description.
This commit is contained in:
@@ -201,8 +201,8 @@ class BrowserModule(PgAdminModule):
|
||||
category_label=gettext('Display'),
|
||||
help_str=gettext('The font size to use for the SQL text boxes and editors. '
|
||||
'The value specified is in "em" units, in which 1 is the default relative font size. '
|
||||
'For example, to increase the font size by 20% use a value of 1.2. '
|
||||
'Minimum 0.1, maximum 10.')
|
||||
'For example, to increase the font size by 20% use a value of 1.2, or to reduce by 20%, '
|
||||
'use a value of 0.8. Minimum 0.1, maximum 10.')
|
||||
)
|
||||
|
||||
blueprint = BrowserModule(MODULE_NAME, __name__)
|
||||
|
||||
Reference in New Issue
Block a user