Ver Fonte

Fold line -> Fold section in the UI.

Martijn Laan há 1 ano atrás
pai
commit
1c4f76e989
2 ficheiros alterados com 5 adições e 5 exclusões
  1. 3 3
      ISHelp/isetup.xml
  2. 2 2
      Projects/Src/CompForm.dfm

+ 3 - 3
ISHelp/isetup.xml

@@ -3308,13 +3308,13 @@ Filename: "{win}\MYPROG.INI"; Section: "InstallSettings"; Key: "InstallPath"; St
   <td>&nbsp;</td>
 </tr>
 <tr>
-  <td>Fold line.</td><td>Ctrl+Shift+[</td>
+  <td>Fold section.</td><td>Ctrl+Shift+[</td>
 </tr>
 <tr>
-  <td>Unfold line.</td><td>Ctrl+Shift+]</td>
+  <td>Unfold section.</td><td>Ctrl+Shift+]</td>
 </tr>
 <tr>
-  <td>Fold or unfold all.</td><td>Ctrl+Shift+Click in folding margin</td>
+  <td>Fold or unfold all sections.</td><td>Ctrl+Shift+Click in folding margin</td>
 </tr>
 <tr>
   <td>&nbsp;</td>

+ 2 - 2
Projects/Src/CompForm.dfm

@@ -513,11 +513,11 @@ object CompileForm: TCompileForm
         Caption = '-'
       end
       object EFoldLine: TMenuItem
-        Caption = 'Fol&d Line'
+        Caption = 'Fol&d Section'
         OnClick = EFoldOrUnfoldLineClick
       end
       object EUnfoldLine: TMenuItem
-        Caption = '&Unfold Line'
+        Caption = '&Unfold Section'
         OnClick = EFoldOrUnfoldLineClick
       end
       object EGoto: TMenuItem