Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 49be972

Browse filesBrowse files
committed
Case correction in preferences dialog.
1 parent ea46930 commit 49be972
Copy full SHA for 49be972

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎app/src/processing/app/Preferences.java

Copy file name to clipboardExpand all lines: app/src/processing/app/Preferences.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public void actionPerformed(ActionEvent e) {
318318

319319
// Preferred language: [ ] (requires restart of Arduino)
320320
Container box = Box.createHorizontalBox();
321-
label = new JLabel(_("Editor Language: "));
321+
label = new JLabel(_("Editor language: "));
322322
box.add(label);
323323
comboLanguage = new JComboBox(languages);
324324
comboLanguage.setSelectedIndex((Arrays.asList(languagesISO)).indexOf(Preferences.get("editor.languages.current")));

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.