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 "