Add missing ellipses

This commit is contained in:
Pk11 2022-03-22 00:02:02 -05:00
commit 1e561c3ecf
2 changed files with 4 additions and 3 deletions

View file

@ -35,6 +35,7 @@
"COPY_ERROR": "Copy Error!",
"CREATE_SHORTCUT": "Would you like to create a shortcut?",
"CREDITS": "Credits",
"CREDITS_BTN": "Credits...",
"CURRENT_VERSION": "Current version: ",
"CURRENTLY_EXTRACTING": "Currently extracting:",
"CUSTOM_FONT": "Use Custom Font",
@ -86,7 +87,7 @@
"INSTALL_UNIVERSAL_UPDATER": "Installing Universal-Updater...",
"INVALID_UNISTORE": "Invalid UniStore",
"KEY_CONTINUE": "Press any key to continue.",
"LANGUAGE": "Language",
"LANGUAGE": "Language...",
"LAST_UPDATED": "Last updated",
"LICENSE": "License",
"LIST": "List",
@ -118,7 +119,7 @@
"SELECT_A_THEME": "Select a Theme",
"SELECT_DIR": "Select a directory",
"SELECT_LANG": "Choose the language",
"SELECT_UNISTORE": "Select UniStore",
"SELECT_UNISTORE": "Select UniStore...",
"SELECT_UNISTORE_2": "Select a UniStore",
"SELECTION_QUEUE": "Add Selection to Queue",
"SETTINGS": "Settings",

View file

@ -81,7 +81,7 @@ static const Structs::ButtonPos back = { 45, 0, 24, 24 }; // Back arrow for dire
static const Structs::ButtonPos Theme = { 40, 196, 280, 24 }; // Themes.
static const std::vector<std::string> mainStrings = { "LANGUAGE", "SELECT_UNISTORE", "AUTO_UPDATE_SETTINGS_BTN", "GUI_SETTINGS_BTN", "DIRECTORY_SETTINGS_BTN", "CREDITS", "EXIT_APP" };
static const std::vector<std::string> mainStrings = { "LANGUAGE", "SELECT_UNISTORE", "AUTO_UPDATE_SETTINGS_BTN", "GUI_SETTINGS_BTN", "DIRECTORY_SETTINGS_BTN", "CREDITS_BTN", "EXIT_APP" };
static const std::vector<std::string> dirStrings = { "CHANGE_3DSX_PATH", "3DSX_IN_FOLDER", "CHANGE_NDS_PATH", "CHANGE_ARCHIVE_PATH", "CHANGE_SHORTCUT_PATH", "CHANGE_FIRM_PATH" };
extern std::vector<std::pair<std::string, std::string>> Themes;