1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Remove extra line at the end of the text in the about page

This commit is contained in:
Joshua Goins 2024-11-09 14:24:25 -05:00
parent a5f3865839
commit 726d48cbda

View file

@ -58,7 +58,7 @@ int main(int argc, char *argv[])
about.setOtherText(
i18n("This software requires that you have a legitimate and active subscription to FINAL FANTASY XIV. By using this software, you may be in violation "
"of your User Agreement.\n\nFINAL FANTASY, FINAL FANTASY XIV, FFXIV, SQUARE ENIX, and the SQUARE ENIX logo are registered trademarks or "
"trademarks of Square Enix Holdings Co., Ltd.\n"));
"trademarks of Square Enix Holdings Co., Ltd."));
about.addAuthor(i18n("Joshua Goins"),
i18n("Maintainer"),
QStringLiteral("josh@redstrate.com"),