Skip to content

Commit e6e998f

Browse files
committed
Fix keyboard assignment page
1 parent 6358573 commit e6e998f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ORTS.Settings/InputSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public enum KeyModifiers
6363
/// </remarks>
6464
public class InputSettings : SettingsBase
6565
{
66-
static GettextResourceManager catalog = new GettextResourceManager("ORTS.Settings");
66+
static GettextResourceManager catalog = new GettextResourceManager("ORTS.Common");
6767

6868
public static readonly UserCommandInput[] DefaultCommands = new UserCommandInput[Enum.GetNames(typeof(UserCommand)).Length];
6969
public readonly UserCommandInput[] Commands = new UserCommandInput[Enum.GetNames(typeof(UserCommand)).Length];

0 commit comments

Comments
 (0)