diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2018-01-13 23:49:16 +0000 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-01-13 23:56:18 +0000 |
commit | 80db02c49789b73f10169bc398e51726e51b139e (patch) | |
tree | 3561f5de6afbf8b3de4b167f8e4cccd60fc53db6 /src/yuzu/configuration/configure_system.cpp | |
parent | b3c303539e33d526716d20ae204e5bfe621d8f4d (diff) |
Minor cleanup
Diffstat (limited to 'src/yuzu/configuration/configure_system.cpp')
-rw-r--r-- | src/yuzu/configuration/configure_system.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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, |