Hotkey Settings: Fix a missing space in Change Disc

This commit is contained in:
Silent 2021-04-21 23:57:15 +02:00
parent 9652e3cb6b
commit 712a11fb71
No known key found for this signature in database
GPG Key ID: AE53149BB0C45AF1
3 changed files with 3 additions and 3 deletions

View File

@ -5075,7 +5075,7 @@ SBIファイルを追加する方法については、READMEを確認してく
<translation></translation>
</message>
<message>
<source>ChangeDisc</source>
<source>Change Disc</source>
<translation></translation>
</message>
<message>

View File

@ -5312,7 +5312,7 @@ This will download approximately 4 megabytes over your current internet connecti
</message>
<message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1857"/>
<source>ChangeDisc</source>
<source>Change Disc</source>
<translation></translation>
</message>
<message>

View File

@ -1854,7 +1854,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
});
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("ChangeDisc"),
StaticString(TRANSLATABLE("Hotkeys", "ChangeDisc")), [this](bool pressed) {
StaticString(TRANSLATABLE("Hotkeys", "Change Disc")), [this](bool pressed) {
if (pressed && System::IsValid() && System::HasMediaSubImages())
{
const u32 current = System::GetMediaSubImageIndex();