From 80db02c49789b73f10169bc398e51726e51b139e Mon Sep 17 00:00:00 2001 From: MerryMage Date: Sat, 13 Jan 2018 23:49:16 +0000 Subject: Minor cleanup --- src/yuzu/configuration/configure_system.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/yuzu/configuration/configure_system.cpp') diff --git a/src/yuzu/configuration/configure_system.cpp b/src/yuzu/configuration/configure_system.cpp index 00966266b..417afef87 100644 --- a/src/yuzu/configuration/configure_system.cpp +++ b/src/yuzu/configuration/configure_system.cpp @@ -64,8 +64,8 @@ void ConfigureSystem::updateBirthdayComboBox(int birthmonth_index) { void ConfigureSystem::refreshConsoleID() { QMessageBox::StandardButton reply; - QString warning_text = tr("This will replace your current virtual 3DS with a new one. " - "Your current virtual 3DS will not be recoverable. " + QString warning_text = tr("This will replace your current virtual Switch with a new one. " + "Your current virtual Switch will not be recoverable. " "This might have unexpected effects in games. This might fail, " "if you use an outdated config savegame. Continue?"); reply = QMessageBox::critical(this, tr("Warning"), warning_text, -- cgit v1.2.3