diff --git a/Source/Core/DolphinQt/Settings/AdvancedPane.cpp b/Source/Core/DolphinQt/Settings/AdvancedPane.cpp
index a526e8c7cb..a2fc9c5410 100644
--- a/Source/Core/DolphinQt/Settings/AdvancedPane.cpp
+++ b/Source/Core/DolphinQt/Settings/AdvancedPane.cpp
@@ -276,10 +276,9 @@ void AdvancedPane::CreateLayout()
});
m_ram_override_checkbox->SetDescription(
- tr("Adjusts the amount of RAM in the emulated console.
"
- "WARNING: Enabling this will completely break many games.
Only a small "
- "number "
- "of games can benefit from this."
+ tr("Sets the amount of RAM in the emulated console to the values provided.
"
+ "WARNING: Enabling this will completely break many games. By default, Dolphin "
+ "determines what value is required based on the game information."
"
If unsure, leave this unchecked."));
auto* rtc_options = new QGroupBox(tr("Custom RTC Options"));