Skip to content

Commit

Permalink
Merge pull request #5815 from leoetlino/about
Browse files Browse the repository at this point in the history
Qt/AboutDialog: Fix the copyright string
  • Loading branch information
leoetlino committed Jul 23, 2017
2 parents 673210a + 9357fa3 commit 9237137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt2/AboutDialog.cpp
Expand Up @@ -54,7 +54,7 @@ AboutDialog::AboutDialog(QWidget* parent) : QDialog(parent)
text_label->setOpenExternalLinks(true);

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.")
.arg(QStringLiteral(__DATE__).right(4)));

Expand Down

0 comments on commit 9237137

Please sign in to comment.