浏览代码

Fix menu item name.

Martijn Laan 1 年之前
父节点
当前提交
c0c4559eea
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Projects/CompForm.dfm
  2. 1 1
      whatsnew.htm

+ 1 - 1
Projects/CompForm.dfm

@@ -681,7 +681,7 @@ object CompileForm: TCompileForm
         OnClick = TMsgBoxDesignerClick
       end
       object TFilesDesigner: TMenuItem
-        Caption = '[F&iles] Designer...'
+        Caption = '[F&iles] Entries Designer...'
         ShortCut = 24649
         OnClick = TFilesDesignerClick
       end

+ 1 - 1
whatsnew.htm

@@ -35,7 +35,7 @@ For conditions of distribution and use, see <a href="https://jrsoftware.org/file
   <ul>
   <li>Added new <i>UTF-8 without BOM</i> menu item to the <i>Save Encoding</i> submenu of the <i>File</i> menu.</li>
   <li>New script files are now saved as UTF-8 with BOM by default. Existing files are still saved as they were.</li>
-  <li>Added new <i>[Files] Designer</i> menu item to the <i>Tools</i> menu to design and insert extra entries to the [Files] section.</li>
+  <li>Added new <i>[Files] Entries Designer</i> menu item to the <i>Tools</i> menu to design and insert extra entries to the [Files] section.</li>
   </ul>
   </li>
   <li>Pascal Scripting changes: