diff --git a/src/plugin/Model.cpp b/src/plugin/Model.cpp index e9321a32..5e907804 100644 --- a/src/plugin/Model.cpp +++ b/src/plugin/Model.cpp @@ -101,7 +101,7 @@ void Model::appendContextMenu(ui::Menu* menu) { }, plugin->pluginUrl == "")); // version - menu->addChild(createMenuLabel(plugin->version)); + menu->addChild(createMenuLabel("Version: " + plugin->version)); // author if (plugin->author != "") {