summaryrefslogtreecommitdiff
path: root/lib/gui
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gui')
-rw-r--r--lib/gui/lettering_font_sample.py3
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
)