Remove shortcut for About

CURA-5642

It has conflict with "&Add Printer".
This commit is contained in:
Lipu Fei 2018-09-13 10:54:19 +02:00
parent efdec50614
commit 7ec62315e0
17 changed files with 29 additions and 29 deletions

View file

@ -222,7 +222,7 @@ Item
Action
{
id: aboutAction;
text: catalog.i18nc("@action:inmenu menubar:help","&About...");
text: catalog.i18nc("@action:inmenu menubar:help","About...");
iconName: "help-about";
}