Selaa lähdekoodia

Comments improvements

Source commit: 13283edba0e4c4cfa8ff357ef3e585bc578ede0b
Martin Prikryl 5 vuotta sitten
vanhempi
sitoutus
3ccffa0862
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      source/forms/Copy.cpp

+ 2 - 1
source/forms/Copy.cpp

@@ -117,7 +117,7 @@ void __fastcall TCopyDialog::AdjustTransferControls()
       UnicodeString TransferStr =
         LoadStr(RemotePaths() ? COPY_COPY_TOREMOTE : COPY_COPY_TOLOCAL);
       // currently the copy dialog is shown when downloading to temp folder
-      // only for drag&drop downloads, for we dare to display d&d specific prompt
+      // only for drag&drop downloads, so we dare to display d&d specific prompt
       UnicodeString DirectionStr =
         LoadStr(((FOptions & coTemp) != 0) ? COPY_TODROP :
           (RemotePaths() ? COPY_TOREMOTE : COPY_TOLOCAL));
@@ -218,6 +218,7 @@ void __fastcall TCopyDialog::AdjustControls()
 
   if (FLAGCLEAR(FOptions, coDoNotShowAgain))
   {
+    // Command-line transfers
     NeverShowAgainCheck->Visible = false;
     ClientHeight = ClientHeight -
       (ShortCutHintPanel->Top - NeverShowAgainCheck->Top);