mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Localise shortcut strings
This commit is contained in:
@@ -98,7 +98,7 @@ std::string RegisteredShortcut::GetDisplayString() const
|
||||
for (size_t i = 0; i < numChords; i++)
|
||||
{
|
||||
const auto& kc = Current[i];
|
||||
result += kc.ToString();
|
||||
result += kc.ToLocalisedString();
|
||||
if (i < numChords - 1)
|
||||
{
|
||||
// TODO localise...
|
||||
|
||||
Reference in New Issue
Block a user