Fix wrong use of too in terminal size error message (#1166)

This commit is contained in:
MrCocoNuat
2025-05-27 08:03:10 +00:00
committed by GitHub
parent cfe075e649
commit 42fac76af9

View File

@@ -1004,7 +1004,7 @@ namespace Menu {
if (redraw) {
vector<string> cont_vec {
Fx::b + Theme::g("used")[100] + "Error:" + Theme::c("main_fg") + Fx::ub,
"Terminal size to small to" + Fx::reset,
"Terminal size too small to" + Fx::reset,
"display menu or box!" + Fx::reset };
messageBox = Menu::msgBox{45, 0, cont_vec, "error"};