1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-19 13:54:23 +01:00

modified Preferences.java to include one of the strings into the translation files

This commit is contained in:
David Cuartielles 2012-04-04 18:24:43 +02:00
parent 19f513b943
commit ad1d5ca89d

View File

@ -303,7 +303,7 @@ public class Preferences {
// [ ] Verify code after upload
verifyUploadBox = new JCheckBox("Verify code after upload");
verifyUploadBox = new JCheckBox(_("Verify code after upload"));
pain.add(verifyUploadBox);
d = verifyUploadBox.getPreferredSize();
verifyUploadBox.setBounds(left, top, d.width + 10, d.height);