Skip to content

Commit e866162

Browse files
remove duplicated string
1 parent 0c84f8b commit e866162

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,10 @@ export class ArduinoFrontendContribution
134134
registry.registerItem({
135135
id: 'toggle-serial-plotter',
136136
command: SerialPlotterContribution.Commands.OPEN_TOOLBAR.id,
137-
tooltip: nls.localize('arduino/common/serialPlotter', 'Serial Plotter'),
137+
tooltip: nls.localize(
138+
'arduino/serial/openSerialPlotter',
139+
'Serial Plotter'
140+
),
138141
});
139142
registry.registerItem({
140143
id: 'toggle-serial-monitor',

i18n/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
"selectBoard": "Select Board",
110110
"selectedOn": "on {0}",
111111
"serialMonitor": "Serial Monitor",
112-
"serialPlotter": "Serial Plotter",
113112
"unknown": "Unknown"
114113
},
115114
"compile": {

0 commit comments

Comments
 (0)