浏览代码

Grammar

Source commit: 4bd8244565df885609c06767a75197abda9a65e0
Martin Prikryl 9 年之前
父节点
当前提交
ef1b9c2cab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/windows/Setup.cpp

+ 1 - 1
source/windows/Setup.cpp

@@ -2001,7 +2001,7 @@ static void __fastcall ShowTip(bool AutoShow)
 
   if (AutoShow)
   {
-    // Won't be used automatically as we have more than "OK button
+    // Won't be used automatically as we have more than the "OK" button
     Params.NeverAskAgainTitle = LoadStr(NEVER_SHOW_AGAIN);
     Params.NeverAskAgainAnswer = qaCancel;
     Params.Params |= mpNeverAskAgainCheck;