提交 455b3c11 编写于 作者: S Serge Rider

#3942 Status message fix

上级 a1ec11f8
......@@ -46,7 +46,6 @@ import org.jkiss.dbeaver.ui.UIUtils;
import java.beans.PropertyChangeEvent;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
/**
......@@ -369,7 +368,7 @@ public class DiagramPart extends PropertyAwarePart {
@Override
public String toString()
{
return ERDMessages.entity_diagram_ + getDiagram().getName();
return ERDMessages.entity_diagram_ + " " + getDiagram().getName();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册