diff --git a/NUSGet.py b/NUSGet.py
index 89a5f3e..6d9fd6b 100644
--- a/NUSGet.py
+++ b/NUSGet.py
@@ -20,7 +20,7 @@ from modules.core import *
from modules.download_wii import run_nus_download_wii
from modules.download_dsi import run_nus_download_dsi
-nusget_version = "1.0.0"
+nusget_version = "1.2.0"
regions = {"World": ["41"], "USA/NTSC": ["45"], "Europe/PAL": ["50"], "Japan": ["4A"], "Korea": ["4B"], "China": ["43"],
"Australia/NZ": ["55"]}
@@ -229,10 +229,10 @@ class MainWindow(QMainWindow, Ui_MainWindow):
msg_box.setIcon(QMessageBox.Icon.Critical)
msg_box.setStandardButtons(QMessageBox.StandardButton.Ok)
msg_box.setDefaultButton(QMessageBox.StandardButton.Ok)
- msg_box.setWindowTitle("No Output Selected")
- msg_box.setText("You have not selected any format to output the data in!")
- msg_box.setInformativeText("Please select at least one option for how you would like the download to be "
- "saved.")
+ msg_box.setWindowTitle(app.translate("MainWindow", "No Output Selected"))
+ msg_box.setText(app.translate("MainWindow", "You have not selected any format to output the data in!"))
+ msg_box.setInformativeText(app.translate("MainWindow", "Please select at least one option for how you would "
+ "like the download to be saved."))
msg_box.exec()
return
# Lock the UI prior to the download beginning to avoid spawning multiple threads or changing info part way in.
diff --git a/resources/translations/nusget_es.ts b/resources/translations/nusget_es.ts
index ac359c0..cbcdf5b 100644
--- a/resources/translations/nusget_es.ts
+++ b/resources/translations/nusget_es.ts
@@ -140,6 +140,21 @@ Titles will be downloaded to a folder named "NUSGet" inside your downl
There's a newer version of NUSGet available!
+
+
+ No Output Selected
+
+
+
+
+ You have not selected any format to output the data in!
+
+
+
+
+ Please select at least one option for how you would like the download to be saved.
+
+ Invalid Title ID
diff --git a/resources/translations/nusget_fr.ts b/resources/translations/nusget_fr.ts
index f4a159a..11e4963 100644
--- a/resources/translations/nusget_fr.ts
+++ b/resources/translations/nusget_fr.ts
@@ -27,6 +27,21 @@ Titles will be downloaded to a folder named "NUSGet" inside your downl
There's a newer version of NUSGet available!
+
+
+ No Output Selected
+
+
+
+
+ You have not selected any format to output the data in!
+
+
+
+
+ Please select at least one option for how you would like the download to be saved.
+
+ Invalid Title ID
diff --git a/resources/translations/nusget_it.ts b/resources/translations/nusget_it.ts
index e17df27..7fa4553 100644
--- a/resources/translations/nusget_it.ts
+++ b/resources/translations/nusget_it.ts
@@ -111,6 +111,21 @@ p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+ No Output Selected
+
+
+
+
+ You have not selected any format to output the data in!
+
+
+
+
+ Please select at least one option for how you would like the download to be saved.
+
+ Invalid Title ID
diff --git a/resources/translations/nusget_nb.ts b/resources/translations/nusget_nb.ts
index ef5ee02..29e57d3 100644
--- a/resources/translations/nusget_nb.ts
+++ b/resources/translations/nusget_nb.ts
@@ -134,6 +134,21 @@ Titler merket med en hake er fri og har en billett tilgjengelig, og kan dekrypte
Titler er lastes ned til en mappe med navnet "NUSGet" i nedlastingsmappen din.
+
+
+ No Output Selected
+
+
+
+
+ You have not selected any format to output the data in!
+
+
+
+
+ Please select at least one option for how you would like the download to be saved.
+
+ Invalid Title ID
diff --git a/resources/translations/nusget_no.ts b/resources/translations/nusget_no.ts
index ef5ee02..29e57d3 100644
--- a/resources/translations/nusget_no.ts
+++ b/resources/translations/nusget_no.ts
@@ -134,6 +134,21 @@ Titler merket med en hake er fri og har en billett tilgjengelig, og kan dekrypte
Titler er lastes ned til en mappe med navnet "NUSGet" i nedlastingsmappen din.
+
+
+ No Output Selected
+
+
+
+
+ You have not selected any format to output the data in!
+
+
+
+
+ Please select at least one option for how you would like the download to be saved.
+
+ Invalid Title ID