mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Qt/AboutDialog: remove literal UTF-8 characters
This commit is contained in:
@ -54,8 +54,8 @@ AboutDialog::AboutDialog(QWidget* parent) : QDialog(parent)
|
|||||||
text_label->setOpenExternalLinks(true);
|
text_label->setOpenExternalLinks(true);
|
||||||
|
|
||||||
QLabel* copyright =
|
QLabel* copyright =
|
||||||
new QLabel(tr("© 2003-%1 Dolphin Team. “GameCube” and “Wii” are"
|
new QLabel(tr("\u00A9 2003-%1 Dolphin Team. \u201cGameCubeu201d and \u201cWiiu201d 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)));
|
||||||
|
|
||||||
QLabel* logo = new QLabel();
|
QLabel* logo = new QLabel();
|
||||||
|
Reference in New Issue
Block a user