Issue #189: Minor bugfixes

This commit is contained in:
Jakub Melka
2024-06-29 15:52:31 +02:00
parent 65a9cde729
commit dcac8c9572
3 changed files with 5 additions and 4 deletions

View File

@ -80,7 +80,7 @@ std::vector<QAction*> ObjectInspectorPlugin::getActions() const
QString ObjectInspectorPlugin::getPluginMenuName() const
{
return tr("Object &Inspector");
return tr("O&bject Inspector");
}
void ObjectInspectorPlugin::onObjectInspectorTriggered()