From c0f2fc6b886aa88975515cd25e8286c4865b578c Mon Sep 17 00:00:00 2001 From: shine Date: Tue, 3 Dec 2019 14:16:36 +0800 Subject: [PATCH] tooltip --- .../chart/map/designer/type/VanChartMapSourceChoosePane.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designer-chart/src/main/java/com/fr/van/chart/map/designer/type/VanChartMapSourceChoosePane.java b/designer-chart/src/main/java/com/fr/van/chart/map/designer/type/VanChartMapSourceChoosePane.java index b5960f1b1..30627d9cf 100644 --- a/designer-chart/src/main/java/com/fr/van/chart/map/designer/type/VanChartMapSourceChoosePane.java +++ b/designer-chart/src/main/java/com/fr/van/chart/map/designer/type/VanChartMapSourceChoosePane.java @@ -230,7 +230,7 @@ public class VanChartMapSourceChoosePane extends JPanel implements UIObserver { boolean hasRefreshButton = !WorkContext.getCurrent().isLocal(); UIButton button = new UIButton(IOUtils.readIcon("/com/fr/design/images/control/refresh.png")); - button.setToolTipText("更新服务器地图资源文件"); + button.setToolTipText("refresh remote map json"); button.addActionListener(new ActionListener() { @Override public void actionPerformed(ActionEvent e) {