From: Thomas Debesse Date: Tue, 2 Mar 2021 19:45:17 +0000 (+0100) Subject: radiant/build menu: reword Commandline as Command line X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=59029e19bacd818e2ab0d714f4ec2060ee59c08e;p=xonotic%2Fnetradiant.git radiant/build menu: reword Commandline as Command line --- 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 );