Skip to content

Commit ad1d5ca

Browse files
committed
modified Preferences.java to include one of the strings into the translation files
1 parent 19f513b commit ad1d5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Preferences.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public void actionPerformed(ActionEvent e) {
303303

304304
// [ ] Verify code after upload
305305

306-
verifyUploadBox = new JCheckBox("Verify code after upload");
306+
verifyUploadBox = new JCheckBox(_("Verify code after upload"));
307307
pain.add(verifyUploadBox);
308308
d = verifyUploadBox.getPreferredSize();
309309
verifyUploadBox.setBounds(left, top, d.width + 10, d.height);

0 commit comments

Comments
 (0)