diff options
Diffstat (limited to 'src/fontpack.c')
-rw-r--r-- | src/fontpack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fontpack.c b/src/fontpack.c index 88aa47e8..8267998b 100644 --- a/src/fontpack.c +++ b/src/fontpack.c | |||
@@ -767,7 +767,8 @@ const iArray *actions_FontPack(const iFontPack *d, iBool showInstalled) { | |||
767 | } | 767 | } |
768 | else if (d->isStandalone) { | 768 | else if (d->isStandalone) { |
769 | pushBack_Array(items, | 769 | pushBack_Array(items, |
770 | &(iMenuItem){ format_Lang(add_Icon " ${fontpack.install}", fpId), | 770 | &(iMenuItem){ format_Lang(add_Icon " " uiTextAction_ColorEscape |
771 | "\x1b[1m${fontpack.install}", fpId), | ||
771 | SDLK_RETURN, | 772 | SDLK_RETURN, |
772 | 0, | 773 | 0, |
773 | "fontpack.install" }); | 774 | "fontpack.install" }); |