summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/VerifyWidget.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2026-06-22 08:24:24 +0200
committerJosJuice <josjuice@gmail.com>2026-06-22 08:28:51 +0200
commitd202fd07d2a0a244fa43941fd80ec9aa4fa05476 (patch)
treeda661b8470ff301b9914b794f29709dec41f67ee /Source/Core/DolphinQt/Config/VerifyWidget.cpp
parent5f011709b78c516c80e251c7752e70202af7330e (diff)
Use redump.info instead of redump.org
All the staff of Redump (except the absentee sysadmin) have decided to start a new version of the website at redump.info. It has every disc from the old site, it has HTTPS, it isn't buckling under the load of AI scrapers, and moving forward, all adding and verifying of discs is going to be happening on the new website only. Let's move over. I've taken the unusual step of updating the translation files manually. This is because we're very close to a release and because the change is simple enough that I feel confident about making the change to languages I don't speak. (I double checked that the Korean translation doesn't ever follow "Redump.org" by a particle that has a different form depending on whether there's a final consonant.)
Diffstat (limited to 'Source/Core/DolphinQt/Config/VerifyWidget.cpp')
-rw-r--r--Source/Core/DolphinQt/Config/VerifyWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/Config/VerifyWidget.cpp b/Source/Core/DolphinQt/Config/VerifyWidget.cpp
index b5814bb192..7472c16d55 100644
--- a/Source/Core/DolphinQt/Config/VerifyWidget.cpp
+++ b/Source/Core/DolphinQt/Config/VerifyWidget.cpp
@@ -84,7 +84,7 @@ void VerifyWidget::CreateWidgets()
if (DiscIO::IsDisc(m_volume->GetVolumeType()))
{
std::tie(m_redump_checkbox, m_redump_line_edit) =
- AddHashLine(m_redump_layout, tr("Redump.org Status:"));
+ AddHashLine(m_redump_layout, tr("Redump.info Status:"));
m_redump_checkbox->setChecked(CanVerifyRedump());
UpdateRedumpEnabled();
}