Skip to content

Commit

Permalink
SIO: Fix save state OSD warning formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechnician27 authored and F0bes committed Jan 11, 2025
1 parent 333c7ef commit 7381a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/SIO/Sio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@ void MemcardBusy::CheckSaveStateDependency()
if (g_FrameCount - sioLastFrameMcdBusy > NUM_FRAMES_BEFORE_SAVESTATE_DEPENDENCY_WARNING)
{
Host::AddIconOSDMessage("MemcardBusy", ICON_PF_MEMORY_CARD,
TRANSLATE_SV("MemoryCard", "The virtual console hasn't saved to your memory card for quite some time. Savestates should not be used in place of in-game saves."), Host::OSD_INFO_DURATION);
TRANSLATE_SV("MemoryCard", "The virtual console hasn't saved to your memory card in a long time.\nSavestates should not be used in place of in-game saves."), Host::OSD_INFO_DURATION);
}
}

0 comments on commit 7381a02

Please sign in to comment.