We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6358573 commit e6e998fCopy full SHA for e6e998f
Source/ORTS.Settings/InputSettings.cs
@@ -63,7 +63,7 @@ public enum KeyModifiers
63
/// </remarks>
64
public class InputSettings : SettingsBase
65
{
66
- static GettextResourceManager catalog = new GettextResourceManager("ORTS.Settings");
+ static GettextResourceManager catalog = new GettextResourceManager("ORTS.Common");
67
68
public static readonly UserCommandInput[] DefaultCommands = new UserCommandInput[Enum.GetNames(typeof(UserCommand)).Length];
69
public readonly UserCommandInput[] Commands = new UserCommandInput[Enum.GetNames(typeof(UserCommand)).Length];
0 commit comments