Skip to content

Commit a882025

Browse files
authored
Update UI.cpp
1 parent 87ea3f5 commit a882025

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/UI.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)