Skip to content

Commit

Permalink
Fixed use of the wrong "too" in an error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
amorous-apple committed Oct 11, 2024
1 parent 2e7208d commit 4c91db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/btop_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ namespace Menu {
if (redraw) {
vector<string> cont_vec;
cont_vec.push_back(Fx::b + Theme::g("used")[100] + "Error:" + Theme::c("main_fg") + Fx::ub);
cont_vec.push_back("Terminal size to small to" + Fx::reset);
cont_vec.push_back("Terminal size too small to" + Fx::reset);
cont_vec.push_back("display menu or box!" + Fx::reset);

messageBox = Menu::msgBox{45, 0, cont_vec, "error"};
Expand Down

0 comments on commit 4c91db7

Please sign in to comment.