From f8f117e59972aeb0f6ee0926132e9f68ed1b4bad Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Mon, 24 Jun 2024 15:06:37 -0400 Subject: [PATCH 1/3] GeneralPane: Update "Beta" auto update track to "Releases" --- Source/Core/DolphinQt/Settings/GeneralPane.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinQt/Settings/GeneralPane.cpp b/Source/Core/DolphinQt/Settings/GeneralPane.cpp index a2eda20e9d..00f7c5ea17 100644 --- a/Source/Core/DolphinQt/Settings/GeneralPane.cpp +++ b/Source/Core/DolphinQt/Settings/GeneralPane.cpp @@ -194,7 +194,7 @@ void GeneralPane::CreateAutoUpdate() auto_update_group_layout->addRow(tr("&Auto Update:"), m_combobox_update_track); for (const QString& option : - {tr("Don't Update"), tr("Beta (once a month)"), tr("Dev (multiple times a day)")}) + {tr("Don't Update"), tr("Releases (every few months)"), tr("Dev (multiple times a day)")}) m_combobox_update_track->addItem(option); } From 9c432e960b2a4aa2e401468ec042958fe0fb62eb Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Mon, 24 Jun 2024 15:06:54 -0400 Subject: [PATCH 2/3] AboutDialog: Update copyright year to 2024 --- Source/Core/DolphinQt/AboutDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); From 04b0ceedcdf13b0878ceb2d6a05d35d86e0bacee Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Mon, 24 Jun 2024 15:08:12 -0400 Subject: [PATCH 3/3] Android: Update copyright year in About dialog to 2024 --- Source/Android/app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index 0726d9b40d..052a0a0028 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -874,7 +874,7 @@ It can efficiently compress both junk data and encrypted Wii data. Website GitHub Support - \u00A9 2003–2015+ Dolphin Team. \u201cGameCube\u201d and \u201cWii\u201d are trademarks of Nintendo. Dolphin is not affiliated with Nintendo in any way. + \u00A9 2003–2024+ Dolphin Team. \u201cGameCube\u201d and \u201cWii\u201d are trademarks of Nintendo. Dolphin is not affiliated with Nintendo in any way. System driver The GPU driver that is part of the OS.