diff --git a/reactos/subsys/system/explorer/taskbar/startmenu.cpp b/reactos/subsys/system/explorer/taskbar/startmenu.cpp index 867c49d5498..2d0bfa02e66 100644 --- a/reactos/subsys/system/explorer/taskbar/startmenu.cpp +++ b/reactos/subsys/system/explorer/taskbar/startmenu.cpp @@ -1678,7 +1678,7 @@ void StartMenuHandler::ShowSearchComputer() void StartMenuHandler::ShowLaunchDialog(HWND hwndOwner) { ///@todo All text phrases should be put into the resources. - static LPCSTR szTitle = "Create New Task"; + static LPCSTR szTitle = "Run"; static LPCSTR szText = "Type the name of a program, folder, document, or Internet resource, and Explorer will open it for you."; static DynamicFct RunFileDlg(TEXT("SHELL32"), 61);