diff --git a/src/Commands/QuickSave.cpp b/src/Commands/QuickSave.cpp index 5e756bd7a9..3af97cd4ca 100644 --- a/src/Commands/QuickSave.cpp +++ b/src/Commands/QuickSave.cpp @@ -64,6 +64,6 @@ void QuickSaveCommandClass::Execute(WWKey eInput) const } else { - PrintMessage(StringTable::LoadString("MSG:NotAvailableInMultiplayer")); + PrintMessage(GeneralUtils::LoadStringUnlessMissing("MSG:NotAvailableInMultiplayer", L"QuickSave is not available in multiplayer")); } }