diff options
author | Ezekiel Smith <ezekielsmith@protonmail.com> | 2022-04-07 23:20:54 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 23:20:54 +1000 |
commit | cc5261051fcc5ce68177065d9d56fe79c28cbf7e (patch) | |
tree | 1043f4b075c5bfe51217113648ebbd45db79d541 | |
parent | fa870bc026b21aca7b3859cde8ba3f843a98e023 (diff) | |
parent | 9202996c623fca772a0d1f63ba82e57166428fc2 (diff) | |
download | PrismLauncher-cc5261051fcc5ce68177065d9d56fe79c28cbf7e.tar.gz PrismLauncher-cc5261051fcc5ce68177065d9d56fe79c28cbf7e.tar.bz2 PrismLauncher-cc5261051fcc5ce68177065d9d56fe79c28cbf7e.zip |
Merge pull request #364 from Scrumplex/fix-i18n2
Fix translatable strings 2
-rw-r--r-- | launcher/ui/dialogs/AboutDialog.ui | 2 | ||||
-rw-r--r-- | launcher/ui/dialogs/UpdateDialog.ui | 2 | ||||
-rw-r--r-- | launcher/ui/pages/global/MinecraftPage.ui | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/launcher/ui/dialogs/AboutDialog.ui b/launcher/ui/dialogs/AboutDialog.ui index f9665c30..70c5009d 100644 --- a/launcher/ui/dialogs/AboutDialog.ui +++ b/launcher/ui/dialogs/AboutDialog.ui @@ -80,7 +80,7 @@ </font> </property> <property name="text"> - <string notr="true">PolyMC</string> + <string notr="true">Launcher</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> diff --git a/launcher/ui/dialogs/UpdateDialog.ui b/launcher/ui/dialogs/UpdateDialog.ui index bd94a554..5eb9d88a 100644 --- a/launcher/ui/dialogs/UpdateDialog.ui +++ b/launcher/ui/dialogs/UpdateDialog.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>PolyMC Update</string> + <string>Launcher Update</string> </property> <property name="windowIcon"> <iconset> diff --git a/launcher/ui/pages/global/MinecraftPage.ui b/launcher/ui/pages/global/MinecraftPage.ui index decc9b8b..c18ab34b 100644 --- a/launcher/ui/pages/global/MinecraftPage.ui +++ b/launcher/ui/pages/global/MinecraftPage.ui @@ -173,20 +173,20 @@ <item> <widget class="QCheckBox" name="closeAfterLaunchCheck"> <property name="toolTip"> - <string><html><head/><body><p>PolyMC will automatically reopen when the game crashes or exits.</p></body></html></string> + <string><html><head/><body><p>The launcher will automatically reopen when the game crashes or exits.</p></body></html></string> </property> <property name="text"> - <string>Close PolyMC after game window opens</string> + <string>Close the launcher after game window opens</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="quitAfterGameStopCheck"> <property name="toolTip"> - <string><html><head/><body><p>PolyMC will automatically exit if the game crashes or exists.</p></body></html></string> + <string><html><head/><body><p>The launcher will automatically quit after the game exits or crashes.</p></body></html></string> </property> <property name="text"> - <string>Quit PolyMC after game window stops</string> + <string>Quit the launcher after game window closes</string> </property> </widget> </item> |