Skip to content

Commit 068370e

Browse files
committed
Fix static localized strings
#549
1 parent 3c64f7f commit 068370e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NAPS2.Lib/EtoForms/Ui/KeyboardShortcutsForm.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace NAPS2.EtoForms.Ui;
99
public class KeyboardShortcutsForm : EtoDialogBase
1010
{
1111
private readonly KeyboardShortcutManager _ksm;
12-
private static readonly List<Shortcut> Shortcuts =
12+
private readonly List<Shortcut> Shortcuts =
1313
[
1414
new(UiStrings.ScanWithDefaultProfile, c => c.KeyboardShortcuts.ScanDefault),
1515
new(string.Format(UiStrings.ScanWithProfile, 1), c => c.KeyboardShortcuts.ScanProfile1),

0 commit comments

Comments
 (0)