Rebase this commit to abort Chinese translation.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user