diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-26 15:21:28 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-26 15:21:28 +0300 |
commit | 62c51b650f4ff749de458f99cca5a30312f3b02c (patch) | |
tree | e50bda94a0b9bbbb6e0816801e6d60ba96fcbfcb /src/fontpack.c | |
parent | 3fb42f3ce362f06afe9e8d802973d246b7438fee (diff) |
FontPack: Visual tweaks on the content page
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" }); |