Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Replace antialias with font size

AuthorDaveJarvis <email>
Date2020-08-16 12:26:44 GMT-0700
Commitc71324be51415ec641a572e2dc26e424e0ee877f
Parent98a1e2f
Delta4 lines added, 2 lines removed, 2-line increase
src/main/resources/com/scrivenvar/messages.properties
# ########################################################################
+# suppress inspection "UnusedProperty" for whole file
+
# The application title should exist only once in the entire code base.
# All other references should either refer to this value via the Messages
Preferences.fonts=Fonts
-Preferences.fonts.antialias=Antialiasing Threshold
-Preferences.fonts.antialias.desc=Minimum font point size to enable antialiasing (-1 is never, 0 is always).
+Preferences.fonts.size_editor=Editor Font Size
+Preferences.fonts.size_editor.desc=Font size to use for the text editor.
# ########################################################################