1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-14 18:27:44 +02:00

Update wording for font settings (#4765)

This commit is contained in:
Caleb John 2021-04-08 03:14:17 -06:00 committed by GitHub
parent 518d7fc187
commit f721d0123e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -867,7 +867,7 @@ class Setting extends BaseModel {
section: 'appearance',
label: () => _('Editor font family'),
description: () =>
_('If the font is incorrect or empty, it will default to a generic monospace font.'),
_('Used for most text in the markdown editor. If not found, a generic proportional (variable width) font is used.'),
storage: SettingStorage.File,
},
'style.editor.monospaceFontFamily': {
@ -878,8 +878,7 @@ class Setting extends BaseModel {
section: 'appearance',
label: () => _('Editor monospace font family'),
description: () =>
_('This should be a *monospace* font or some elements will render incorrectly. If the font ' +
'is incorrect or empty, it will default to a generic monospace font.'),
_('Used where a fixed width font is needed to lay out text legibly (e.g. tables, checkboxes, code). If not found, a generic monospace (fixed width) font is used.'),
storage: SettingStorage.File,
},