mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 14:25:37 +00:00
Fix a couple of typos in translation sources
This commit is contained in:
parent
86f44f826d
commit
4380992591
|
@ -109,7 +109,7 @@
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable Hardcode Mode</string>
|
<string>Enable Hardcore Mode</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
@ -261,7 +261,7 @@ void SaveStateSelectorUI::Draw()
|
||||||
}
|
}
|
||||||
else if (entry.game_code.empty())
|
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
|
else
|
||||||
{
|
{
|
||||||
|
@ -321,4 +321,4 @@ void SaveStateSelectorUI::SaveCurrentSlot()
|
||||||
Close();
|
Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace FrontendCommon
|
} // namespace FrontendCommon
|
||||||
|
|
Loading…
Reference in a new issue