Skip to content

Commit 39b79e8

Browse files
committed
Edit About dialog
1 parent f72ec45 commit 39b79e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Source/Core/DolphinQt/AboutDialog.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Built on Dolphin 2509. %CHECK_FOR_UPDATES%: <a href='https://projectplusgame.com
5151
</p>
5252
5353
<p>
54-
<a href='https://github.com/dolphin-emu/dolphin/blob/master/COPYING'>%LICENSE%</a> |
55-
<a href='https://github.com/dolphin-emu/dolphin/graphs/contributors'>%AUTHORS%</a> |
56-
<a href='https://forums.dolphin-emu.org/'>%SUPPORT%</a>
54+
<a href='https://github.com/Project-Plus-Development-Team/Project-Plus-Dolphin/blob/master/COPYING'>License</a> |
55+
<a href='https://github.com/dolphin-emu/dolphin/graphs/contributors'>Dolphin Authors</a> |
56+
<a href='https://discord.gg/vdssRDg'>Setup Support</a>
5757
)")
5858
.replace(QStringLiteral("%VERSION_STRING%"),
5959
QString::fromUtf8(Common::GetScmDescStr().c_str()))
@@ -88,7 +88,7 @@ Built on Dolphin 2509. %CHECK_FOR_UPDATES%: <a href='https://projectplusgame.com
8888
// in your translation, please use the type of curly quotes that's appropriate for
8989
// your language. If you aren't sure which type is appropriate, see
9090
// https://en.wikipedia.org/wiki/Quotation_mark#Specific_language_features
91-
tr("\u00A9 2003-2024+ Dolphin Team. \u201cGameCube\u201d and \u201cWii\u201d are "
91+
tr("\u00A9 2003-2025+ Dolphin Team. \u201cGameCube\u201d and \u201cWii\u201d are "
9292
"trademarks of Nintendo. Dolphin is not affiliated with Nintendo in any way.")));
9393

9494
QLabel* logo = new QLabel();

0 commit comments

Comments
 (0)