mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Case correction in preferences dialog.
This commit is contained in:
@ -318,7 +318,7 @@ public class Preferences {
|
|||||||
|
|
||||||
// Preferred language: [ ] (requires restart of Arduino)
|
// Preferred language: [ ] (requires restart of Arduino)
|
||||||
Container box = Box.createHorizontalBox();
|
Container box = Box.createHorizontalBox();
|
||||||
label = new JLabel(_("Editor Language: "));
|
label = new JLabel(_("Editor language: "));
|
||||||
box.add(label);
|
box.add(label);
|
||||||
comboLanguage = new JComboBox(languages);
|
comboLanguage = new JComboBox(languages);
|
||||||
comboLanguage.setSelectedIndex((Arrays.asList(languagesISO)).indexOf(Preferences.get("editor.languages.current")));
|
comboLanguage.setSelectedIndex((Arrays.asList(languagesISO)).indexOf(Preferences.get("editor.languages.current")));
|
||||||
|
Reference in New Issue
Block a user