fix(i18n): remove brand names from translations

This commit is contained in:
Sefa Eyeoglu 2022-03-29 15:25:21 +02:00
parent e22d54abd3
commit 9202996c62
No known key found for this signature in database
GPG Key ID: C10411294912A422
3 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>PolyMC Update</string>
<string>Launcher Update</string>
</property>
<property name="windowIcon">
<iconset>

View File

@ -173,20 +173,20 @@
<item>
<widget class="QCheckBox" name="closeAfterLaunchCheck">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;PolyMC will automatically reopen when the game crashes or exits.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The launcher will automatically reopen when the game crashes or exits.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;PolyMC will automatically exit if the game crashes or exists.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The launcher will automatically quit after the game exits or crashes.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>