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/dialogs | |
| 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/dialogs')
| -rw-r--r-- | launcher/ui/dialogs/AboutDialog.ui | 2 | ||||
| -rw-r--r-- | launcher/ui/dialogs/UpdateDialog.ui | 2 |
2 files changed, 2 insertions, 2 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> |
