Skip to content

Commit

Permalink
[71_6] Use Font instead of font for short-font-menu-name
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Feb 19, 2024
1 parent b8e7c8d commit c43f3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeXmacs/progs/fonts/font-new-widgets.scm
Original file line number Diff line number Diff line change
Expand Up @@ -708,5 +708,5 @@
(tm-define (short-font-menu-name)
(with name (font-family-main (get-init "font"))
(if (== name "sys-chinese")
(translate "font")
(translate "Font")
(upcase-first (utf8->cork name)))))

0 comments on commit c43f3ea

Please sign in to comment.