Skip to content

Commit

Permalink
Translation 7
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaloop committed Jan 1, 2022
1 parent e7ff459 commit 4103439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExplorerPatcher/GUI.c
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,7 @@ static BOOL GUI_Build(HDC hDC, HWND hwnd, POINT pt)
0
);
//swprintf(text + 3, MAX_LINE_LENGTH, L"Disable per-application window list ( Alt + %c )", key);
swprintf(text + 3, MAX_LINE_LENGTH, L" ( Alt + %c )", key);
swprintf(text + 11, MAX_LINE_LENGTH, L" ( Alt + %c )", key);
}
if (IsThemeActive())
{
Expand Down

0 comments on commit 4103439

Please sign in to comment.