Skip to content

Commit

Permalink
Minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
algernon-A committed Nov 22, 2022
1 parent 1437594 commit f4464bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Settings/ModSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ModSettings : SettingsXMLBase
/// UUI key.
/// </summary>
[XmlIgnore]
private static readonly UnsavedInputKey UUIKey = new UnsavedInputKey(name: "RONr hotkey", keyCode: KeyCode.N, control: false, shift: false, alt: true);
private static readonly UnsavedInputKey UUIKey = new UnsavedInputKey(name: "RON hotkey", keyCode: KeyCode.N, control: false, shift: false, alt: true);

/// <summary>
/// Gets the settings file name.
Expand Down

0 comments on commit f4464bf

Please sign in to comment.