mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-08-05 17:30:16 +08:00
fix: address localization review issues
This commit is contained in:
@@ -55,7 +55,7 @@ public static class WindowFunctions
|
||||
WinApi.NORMAL_PRIORITY_CLASS => "Normal".Translate(),
|
||||
WinApi.BELOW_NORMAL_PRIORITY_CLASS => "Below Normal".Translate(),
|
||||
WinApi.IDLE_PRIORITY_CLASS => "Idle".Translate(),
|
||||
_ => "Unknown".Translate()
|
||||
_ => I18NKeys.Unknown.Translate()
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user