diff options
author | Ezekiel Smith <ezekielsmith@protonmail.com> | 2022-06-27 01:12:18 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 01:12:18 +1000 |
commit | 91375e4c6d2a5767495e8af0845ebe28ed969c48 (patch) | |
tree | ab5fbe5eae30524fcaff622e7f8fb3fd10821169 | |
parent | 0ef8da64e0e74efde2adc266972a4ce8c7bf85bb (diff) | |
parent | 0fe438406737524197a4d5ef50821514688ed254 (diff) | |
download | PrismLauncher-91375e4c6d2a5767495e8af0845ebe28ed969c48.tar.gz PrismLauncher-91375e4c6d2a5767495e8af0845ebe28ed969c48.tar.bz2 PrismLauncher-91375e4c6d2a5767495e8af0845ebe28ed969c48.zip |
Merge pull request #834 from DioEgizio/reword-flame-warning
chore(flame): reword warning
-rw-r--r-- | launcher/ui/pages/modplatform/flame/FlamePage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/flame/FlamePage.ui b/launcher/ui/pages/modplatform/flame/FlamePage.ui index 9fab9773..aab16421 100644 --- a/launcher/ui/pages/modplatform/flame/FlamePage.ui +++ b/launcher/ui/pages/modplatform/flame/FlamePage.ui @@ -19,7 +19,7 @@ </font> </property> <property name="text"> - <string>Note: CurseForge's API is very unreliable. CurseForge and some mod authors have disallowed downloading mods in third-party applications like PolyMC. As such, you may need to manually download some mods to be able to install a modpack.</string> + <string>Note: CurseForge allows creators to block access to third-party tools like PolyMC. As such, you may need to manually download some mods to be able to install a modpack.</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> |