diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-01-06 07:29:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-06 07:29:57 +0100 |
| commit | 2f2873cbbf62031c754b37e3a31b5a71492a175b (patch) | |
| tree | a5811cb56dba3b03cf8cd6451587b8d4c9ffea2e /lib | |
| parent | d2d08b0ed07d07ccdc234babb6e931252c2b6e9f (diff) | |
remove glyphlist also from comments (#3408)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gui/lettering_font_sample.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gui/lettering_font_sample.py b/lib/gui/lettering_font_sample.py index 31c9fa45..1049747c 100644 --- a/lib/gui/lettering_font_sample.py +++ b/lib/gui/lettering_font_sample.py @@ -165,7 +165,8 @@ class FontSampleFrame(wx.Frame): update_glyphlist_warning = _( "The glyphlist for this font seems to be outdated.\n\n" "Please update the glyph list for %s:\n" - "Extensions > Ink/Stitch > Font Management > Update Glyphlist" + "open Extensions > Ink/Stitch > Font Management > Edit JSON " + "select this font and apply. No other changes necessary." % font.marked_custom_font_name ) |
