Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9727 from JosJuice/translatable-strings-fixes-2
Fixes to translatable strings, take 2
  • Loading branch information
lioncash committed May 20, 2021
2 parents 655a50e + 25c4c64 commit ece3224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/GCPadEmu.cpp
Expand Up @@ -97,7 +97,7 @@ GCPad::GCPad(const unsigned int index) : m_index(index)
&m_always_connected_setting,
// i18n: Treat a controller as always being connected regardless of what
// devices the user actually has plugged in
{_trans("Always Connected"), "",
{_trans("Always Connected"), nullptr,
_trans("If checked, the emulated controller is always connected.\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).")},
Expand Down

0 comments on commit ece3224

Please sign in to comment.