From 59029e19bacd818e2ab0d714f4ec2060ee59c08e Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Tue, 2 Mar 2021 20:45:17 +0100 Subject: [PATCH] radiant/build menu: reword Commandline as Command line --- radiant/build.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/build.cpp b/radiant/build.cpp index 2ff2b83d..bf753e70 100644 --- a/radiant/build.cpp +++ b/radiant/build.cpp @@ -899,7 +899,7 @@ ui::Window BuildMenuDialog_construct( ModalDialog& modal, ProjectList& projectLi } } { - auto frame = create_dialog_frame( "Commandline" ); + auto frame = create_dialog_frame( "Command line" ); table1.attach(frame, {0, 1, 1, 2}); { auto scr = create_scrolled_window( ui::Policy::NEVER, ui::Policy::AUTOMATIC, 4 ); -- 2.39.2