]> git.rm.cloudns.org Git - xonotic/netradiant.git/commitdiff
radiant/build menu: reword Commandline as Command line
authorThomas Debesse <dev@illwieckz.net>
Tue, 2 Mar 2021 19:45:17 +0000 (20:45 +0100)
committerThomas Debesse <dev@illwieckz.net>
Tue, 2 Mar 2021 19:45:17 +0000 (20:45 +0100)
radiant/build.cpp

index 2ff2b83d8c8b6a0d9dafe9660403033f1a924de9..bf753e702fa4a4766a7fd1ca26316ba7604ced67 100644 (file)
@@ -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 );