mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix a couple of translation issues, and remove the test French translation files.
This commit is contained in:
@@ -128,8 +128,8 @@ class SqlEditorModule(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, or to reduce by 20%, '
|
||||
'use a value of 0.8. Minimum 0.1, maximum 10.')
|
||||
'For example, to increase the font size by 20 percent use a value of 1.2, or to reduce '
|
||||
'by 20 percent, use a value of 0.8. Minimum 0.1, maximum 10.')
|
||||
)
|
||||
|
||||
self.tab_size = self.preference.register(
|
||||
|
||||
Reference in New Issue
Block a user