mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Merge pull request #9727 from JosJuice/translatable-strings-fixes-2
Fixes to translatable strings, take 2
This commit is contained in:
commit
ece3224715
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ GCPad::GCPad(const unsigned int index) : m_index(index)
|
||||||
&m_always_connected_setting,
|
&m_always_connected_setting,
|
||||||
// i18n: Treat a controller as always being connected regardless of what
|
// i18n: Treat a controller as always being connected regardless of what
|
||||||
// devices the user actually has plugged in
|
// devices the user actually has plugged in
|
||||||
{_trans("Always Connected"), "",
|
{_trans("Always Connected"), nullptr,
|
||||||
_trans("If checked, the emulated controller is always connected.\n"
|
_trans("If checked, the emulated controller is always connected.\n"
|
||||||
"If unchecked, the connection state of the emulated controller is linked\n"
|
"If unchecked, the connection state of the emulated controller is linked\n"
|
||||||
"to the connection state of the real default device (if there is one).")},
|
"to the connection state of the real default device (if there is one).")},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue