소스 검색

Typo in a comment

(cherry picked from commit 7ecbbb0b3c7f0a2333e8f12355b30fdf29c20de3)

Source commit: be982e475b7c16991809a352d0581b28befe2ddb
Martin Prikryl 5 년 전
부모
커밋
bf9bbd56d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      source/packages/filemng/CustomDirView.pas

+ 1 - 1
source/packages/filemng/CustomDirView.pas

@@ -1250,7 +1250,7 @@ begin
 
   if SupportsDarkMode then
   begin
-    // This enabled dark mode - List view itself supports dark mode somewhat even in the our 'Explorer' theme.
+    // This enables dark mode - List view itself supports dark mode somewhat even in the our 'Explorer' theme.
     // The 'ItemsView' has better dark mode selection color, but on the other hand is does not have dark scrollbars.
     // win32-darkmode has ugly fix for that (FixDarkScrollBar), which we do not want to employ.
     SetWindowTheme(FHeaderHandle, 'ItemsView', nil);