mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Qt/AboutDialog: Fix the copyright string
This commit is contained in:
parent
673210afea
commit
9357fa3514
@ -54,7 +54,7 @@ AboutDialog::AboutDialog(QWidget* parent) : QDialog(parent)
|
|||||||
text_label->setOpenExternalLinks(true);
|
text_label->setOpenExternalLinks(true);
|
||||||
|
|
||||||
QLabel* copyright =
|
QLabel* copyright =
|
||||||
new QLabel(tr("\u00A9 2003-%1 Dolphin Team. \u201cGameCubeu201d and \u201cWiiu201d are "
|
new QLabel(tr("\u00A9 2003-%1 Dolphin Team. \u201cGameCube\u201d and \u201cWii\u201d are "
|
||||||
"trademarks of Nintendo. Dolphin is not affiliated with Nintendo in any way.")
|
"trademarks of Nintendo. Dolphin is not affiliated with Nintendo in any way.")
|
||||||
.arg(QStringLiteral(__DATE__).right(4)));
|
.arg(QStringLiteral(__DATE__).right(4)));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user