Fixed typo (#308)

This commit is contained in:
Stefano Kowalke 2020-07-20 12:30:48 +02:00 committed by GitHub
parent a03670ab94
commit 4aaf2d7a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ While enabled, centering the cursor on a UI element and pressing <kbd>Control/Cm
For example, to get information about the _Build Project_ button's icon (hammer) on the toolbar (highlighted in green), put the mouse cursor on the icon and press <kbd>Control/Cmd</kbd>+<kbd>Alt</kbd> while clicking the mouse.
The _UI Inspector_ displays that the icon has the internal path `Allcons.Actions.Compile`:
The _UI Inspector_ displays that the icon has the internal path `AllIcons.Actions.Compile`:
![Internal Icon Info](img/internal_uii_icon_info.png)