Skip to content

Commit

Permalink
Fix language header
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonUnch authored Aug 19, 2022
1 parent 126db70 commit 5fa2217
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions languages.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,8 @@ static const char* l10n_inimapping[] = {
"InputMouseMB5HC",
"InputMouseLongClickMove",

// "InputAggressivePause",
// "InputAggressiveKill",
"InputScrollLockState",
"InputUniKeyHoldMenu",
// "InputNPStacked",
"InputKeyCombo",
"InputGrabWithAlt",
"InputGrabWithAltB",
Expand All @@ -328,6 +325,7 @@ static const char* l10n_inimapping[] = {
"InputActionNStacked2",
"InputActionPStacked",
"InputActionPStacked2",
"InputActionNPStacked",
"InputActionStackList",
"InputActionMLZone",
"InputActionMTZone",
Expand All @@ -337,7 +335,6 @@ static const char* l10n_inimapping[] = {
"InputActionXTZone",
"InputActionXRZone",
"InputActionXBZone",
"InputActionNPStacked",
"InputActionRoll",
"InputActionAlwaysOnTop",
"InputActionBorderless",
Expand Down Expand Up @@ -531,9 +528,9 @@ static const struct strings en_US = {
/* maximize */ L"Ma&ximize window",
/* lower */ L"&Lower window",
/* nstacked */ L"Next stacked window",
/* nstacked */ L"Next stacked window 2",
/* nstacked 2 */ L"Next laser stacked window",
/* pstacked */ L"Previous stacked window",
/* pstacked */ L"Previous stacked window 2",
/* pstacked 2 */ L"Previous laser stacked window",
/* npstacked */ L"Next/Prev stacked window",
/* stacklist */ L"Stacked windows list",
/* mlzone */ L"Move to the left zone",
Expand Down

0 comments on commit 5fa2217

Please sign in to comment.