Răsfoiți Sursa

Typo in a comment

Source commit: 5dc8d1429542463ecc16ab5ea025126e928bce14
Martin Prikryl 6 ani în urmă
părinte
comite
afc861e99b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -1373,7 +1373,7 @@ UnicodeString __fastcall TCustomScpExplorerForm::GetToolbarsButtonsStr()
       {
         TTBCustomItem * Item = Toolbar->Items->Items[ItemIndex];
         // Currently all buttons are visible by default, so we can safely remember all hidden buttons.
-        // Once we introduce any buttons that aer hidden by default, we would have to remember their initial state
+        // Once we introduce any buttons that are hidden by default, we would have to remember their initial state
         // and save the changes here only.
         if (!Item->Visible)
         {