mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 08:25:45 -04:00
Fix a couple of typos in translation sources
This commit is contained in:
@ -261,7 +261,7 @@ void SaveStateSelectorUI::Draw()
|
||||
}
|
||||
else if (entry.game_code.empty())
|
||||
{
|
||||
ImGui::Text(m_host_interface->TranslateString("SaveStateSelectorUI", "Gane Slot %d"), entry.slot);
|
||||
ImGui::Text(m_host_interface->TranslateString("SaveStateSelectorUI", "Game Slot %d"), entry.slot);
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -321,4 +321,4 @@ void SaveStateSelectorUI::SaveCurrentSlot()
|
||||
Close();
|
||||
}
|
||||
|
||||
} // namespace FrontendCommon
|
||||
} // namespace FrontendCommon
|
||||
|
Reference in New Issue
Block a user