mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Replace "Show Engine Log" with "Show Configuration Folder"
inb4 string freeze
This commit is contained in:
parent
2bd53d4ce4
commit
8d6f7c06c1
2 changed files with 18 additions and 3 deletions
|
|
@ -45,6 +45,7 @@ Item
|
|||
property alias preferences: preferencesAction;
|
||||
|
||||
property alias showEngineLog: showEngineLogAction;
|
||||
property alias showProfileFolder: showProfileFolderAction;
|
||||
property alias documentation: documentationAction;
|
||||
property alias reportBug: reportBugAction;
|
||||
property alias about: aboutAction;
|
||||
|
|
@ -289,6 +290,13 @@ Item
|
|||
shortcut: StandardKey.WhatsThis;
|
||||
}
|
||||
|
||||
Action
|
||||
{
|
||||
id: showProfileFolderAction;
|
||||
text: catalog.i18nc("@action:inmenu menubar:help","Show Configuration Folder");
|
||||
}
|
||||
|
||||
|
||||
Action
|
||||
{
|
||||
id: configureSettingVisibilityAction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue