Hotkey Settings: Fix a missing space in Change Disc
This commit is contained in:
parent
9652e3cb6b
commit
712a11fb71
|
@ -5075,7 +5075,7 @@ SBIファイルを追加する方法については、READMEを確認してく
|
|||
<translation>スクリーンショットを保存</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ChangeDisc</source>
|
||||
<source>Change Disc</source>
|
||||
<translation>ディスク交換</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue