Skip to content

Commit 9122ca5

Browse files
committed
Change "Tab" to "The"
need to match Don's published URL `https://npp-user-manual.org/docs/config-files/#the-context-menu-tabcontextmenu-xml` from [this commit](notepad-plus-plus/notepad-plus-plus@5841611) which is included in v8.4.8.
1 parent ce5b2f2 commit 9122ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/config-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ In brief, the structure of the context menu file is as follows
106106
- `TranslateID` attribute: Used for auto-translating your sub-menu names. If the attribute's value matches one of the nodes in the `<MiscStrings>` section of [english.xml](https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/installer/nativeLang/english.xml) or similar translation files, the menu will use your active translation's value for the displayed FolderName.
107107
- As with all XML files, using `<!--` and `-->` around the code will "comment it out". So you can use text comments or comment out XML syntax that you want Notepad++ to ignore. To "uncomment" the XML, remove the `<!--` and `-->` surrounding that piece of code.
108108

109-
## Tab context menu: `tabContextMenu.xml`
109+
## The context menu: `tabContextMenu.xml`
110110

111111
Starting in v8.4.8, the tab-bar context menu (the menu that you see when you right-click on the title of the tab in the tab bar) is user-configurable using the `tabContextMenu.xml` config file.
112112

0 commit comments

Comments
 (0)