diff --git a/java_tools/ts_plugin/src/com/rusefi/ts_plugin/PluginEntry.java b/java_tools/ts_plugin/src/com/rusefi/ts_plugin/PluginEntry.java index 3c903f2438..3dee5e6837 100644 --- a/java_tools/ts_plugin/src/com/rusefi/ts_plugin/PluginEntry.java +++ b/java_tools/ts_plugin/src/com/rusefi/ts_plugin/PluginEntry.java @@ -142,7 +142,7 @@ public class PluginEntry implements TsPluginBody { } }); - content.add(new JLabel(ManifestHelper.getBuildTimestamp())); + content.add(new JLabel("Version " + ManifestHelper.getBuildTimestamp())); // content.add(new JLabel("Active project: " + getConfigurationName()));