File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ void UI::optdeltarun() {
218218 string url_down;
219219 url_down = " http://underproject.000webhostapp.com/DeltaProjectNX/DPNXALPHA.zip" ;
220220
221- CreateProgressBar (&prog, " Get UnderProjectNX ..." );
221+ CreateProgressBar (&prog, " Get DeltaProjectNX ..." );
222222 bool rester = net.Downloader1 (url_down,filename );
223223 IncrementProgressBar (&prog);
224224 if (!rester){
@@ -349,7 +349,7 @@ UI::UI(string Title, string Version) {
349349
350350 // Main pages
351351 mainMenu.push_back (MenuOption (" UnderProjectNX" , " Selecciona tu CFW." , nullptr ));
352- mainMenu.push_back (MenuOption (" DeltaProjectNX (Alpha )" , " Selecciona tu CFW." , nullptr ));
352+ mainMenu.push_back (MenuOption (" DeltaProjectNX (Beta )" , " Selecciona tu CFW." , nullptr ));
353353 mainMenu.push_back (MenuOption (" Update ME" , " " , bind (&UI::optUpdateHB, this )));
354354 mainMenu.push_back (MenuOption (" About" , " About UnderProjectNX Updater." , bind (&UI::optAbout, this )));
355355
You can’t perform that action at this time.
0 commit comments