From 42fac76af9b8da3ab8944db922bf09536f6d3ff2 Mon Sep 17 00:00:00 2001 From: MrCocoNuat <28863780+MrCocoNuat@users.noreply.github.com> Date: Tue, 27 May 2025 08:03:10 +0000 Subject: [PATCH] Fix wrong use of too in terminal size error message (#1166) --- src/btop_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/btop_menu.cpp b/src/btop_menu.cpp index 5655802..3645f86 100644 --- a/src/btop_menu.cpp +++ b/src/btop_menu.cpp @@ -1004,7 +1004,7 @@ namespace Menu { if (redraw) { vector 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"};