From c98144334feafc630b584c280a4617114c4fa157 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 27 Feb 2021 20:17:28 +0100 Subject: [PATCH] DolphinQt: Fix tag in SoftwareRendererWidget.cpp Same problem and same fix as in e55342a. Also changing
to
for consistency with other strings while I'm at it. --- .../Core/DolphinQt/Config/Graphics/SoftwareRendererWidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/DolphinQt/Config/Graphics/SoftwareRendererWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/SoftwareRendererWidget.cpp index 5f3abeb545..f5b5cfeac0 100644 --- a/Source/Core/DolphinQt/Config/Graphics/SoftwareRendererWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/SoftwareRendererWidget.cpp @@ -166,8 +166,8 @@ void SoftwareRendererWidget::AddDescriptions() QT_TR_NOOP("Show various rendering statistics.

If unsure, leave " "this unchecked."); static const char TR_DUMP_TEXTURES_DESCRIPTION[] = - QT_TR_NOOP("Dump decoded game textures to User/Dump/Textures//.

If unsure, leave " + QT_TR_NOOP("Dump decoded game textures to " + "User/Dump/Textures/<game_id>/.

If unsure, leave " "this unchecked."); static const char TR_DUMP_OBJECTS_DESCRIPTION[] = QT_TR_NOOP("Dump objects to User/Dump/Objects/.

If unsure, leave "