diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-29 15:25:21 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-29 15:25:21 +0200 |
commit | 9202996c623fca772a0d1f63ba82e57166428fc2 (patch) | |
tree | f528d5bb17f146f2103af03e0e98c8c92c05595b /launcher/ui/pages | |
parent | e22d54abd35560213377bb41f2bc902f67c8de64 (diff) | |
download | PrismLauncher-9202996c623fca772a0d1f63ba82e57166428fc2.tar.gz PrismLauncher-9202996c623fca772a0d1f63ba82e57166428fc2.tar.bz2 PrismLauncher-9202996c623fca772a0d1f63ba82e57166428fc2.zip |
fix(i18n): remove brand names from translations
Diffstat (limited to 'launcher/ui/pages')
-rw-r--r-- | launcher/ui/pages/global/MinecraftPage.ui | 8 |
1 files changed, 4 insertions, 4 deletions
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> |