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:
parent
a5f3865839
commit
726d48cbda
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Reference in a new issue