summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOatmealDome <julian@oatmealdome.me>2024-06-24 15:06:54 -0400
committerOatmealDome <julian@oatmealdome.me>2024-06-24 15:06:54 -0400
commit9c432e960b2a4aa2e401468ec042958fe0fb62eb (patch)
tree3acc81f84acfa6b714afea22fe6db4125e67d551
parentf8f117e59972aeb0f6ee0926132e9f68ed1b4bad (diff)
AboutDialog: Update copyright year to 2024
-rw-r--r--Source/Core/DolphinQt/AboutDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/AboutDialog.cpp b/Source/Core/DolphinQt/AboutDialog.cpp
index c051b803fc..8bd03c5b4b 100644
--- a/Source/Core/DolphinQt/AboutDialog.cpp
+++ b/Source/Core/DolphinQt/AboutDialog.cpp
@@ -89,7 +89,7 @@ AboutDialog::AboutDialog(QWidget* parent) : QDialog(parent)
// in your translation, please use the type of curly quotes that's appropriate for
// your language. If you aren't sure which type is appropriate, see
// https://en.wikipedia.org/wiki/Quotation_mark#Specific_language_features
- tr("\u00A9 2003-2015+ Dolphin Team. \u201cGameCube\u201d and \u201cWii\u201d are "
+ tr("\u00A9 2003-2024+ Dolphin Team. \u201cGameCube\u201d and \u201cWii\u201d are "
"trademarks of Nintendo. Dolphin is not affiliated with Nintendo in any way.")));
QLabel* logo = new QLabel();