Rebase this commit to abort Chinese translation.

This commit is contained in:
2024-12-03 18:11:54 +08:00
parent df376249f0
commit 875e31a39a
7 changed files with 35 additions and 35 deletions

View File

@@ -26,7 +26,7 @@ public class ZoomSlider extends JPanel {
private List<SliderChangeListener> changeListeners = new ArrayList<>();
ZoomSlider(int min, int max, int defaultValue) {
JLabel tip = new JLabel("缩放:");
JLabel tip = new JLabel("Zoom:");
add(tip);