Skip to content

Commit 402f005

Browse files
committed
Merge pull request #384 from rlogiacco/master
fixed labels for appearance preferences
2 parents 19204ff + c98d532 commit 402f005

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

it.baeyens.arduino.monitor/plugin.xml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -33,65 +33,65 @@
3333
<extension point="org.eclipse.ui.themes">
3434
<themeElementCategory
3535
id="it.baeyens.arduino.themeCategory"
36-
label="arduino">
36+
label="Arduino">
3737
</themeElementCategory>
3838
<themeElementCategory
3939
id="it.baeyens.arduino.scope.themeCategory"
40-
label="Arduino scope"
40+
label="Scope"
4141
parentId="it.baeyens.arduino.themeCategory">
4242
<description>
4343
Fonts and colors used by the arduino eclipse plugin scope view
4444
</description>
4545
</themeElementCategory>
4646
<themeElementCategory
4747
id="it.baeyens.arduino.serialMonitor.themeCategory"
48-
label="Arduino serial monitor"
48+
label="Serial monitor"
4949
parentId="it.baeyens.arduino.themeCategory">
5050
<description>
5151
Fonts and colors used by the arduino eclipse plugin serial monitor view
5252
</description>
5353
</themeElementCategory>
54-
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.background" label="background Color" value="COLOR_BLACK">
54+
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.background" label="Background color" value="COLOR_BLACK">
5555
<description>
5656
The background color of the Arduino scope
5757
</description>
5858
</colorDefinition>
59-
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.foreground" label="foreground Color" value="COLOR_WHITE">
59+
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.foreground" label="Foreground color" value="COLOR_WHITE">
6060
<description>
6161
The foreground color of the Arduino scope
6262
</description>
6363
</colorDefinition>
64-
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.grid" label="grid Color" value="COLOR_DARK_CYAN">
64+
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.grid" label="Grid color" value="COLOR_DARK_CYAN">
6565
<description>
6666
The grid color of the Arduino scope
6767
</description>
6868
</colorDefinition>
69-
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.1" label="Channel 1 Color" value="COLOR_BLUE">
69+
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.1" label="Channel 1 color" value="COLOR_BLUE">
7070
<description>
7171
The color used by the first channel of the Arduino scope
7272
</description>
7373
</colorDefinition>
74-
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.2" label="Channel 2 Color" value="COLOR_CYAN">
74+
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.2" label="Channel 2 color" value="COLOR_CYAN">
7575
<description>
7676
The color used by the second channel of the Arduino scope
7777
</description>
7878
</colorDefinition>
79-
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.3" label="Channel 3 Color" value="COLOR_DARK_GRAY">
79+
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.3" label="Channel 3 color" value="COLOR_DARK_GRAY">
8080
<description>
8181
The color used by the third channel of the Arduino scope
8282
</description>
8383
</colorDefinition>
84-
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.4" label="Channel 4 Color" value="COLOR_DARK_GREEN">
84+
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.4" label="Channel 4 color" value="COLOR_DARK_GREEN">
8585
<description>
86-
The color used by the forth channel of the Arduino scope
86+
The color used by the fourth channel of the Arduino scope
8787
</description>
8888
</colorDefinition>
89-
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.5" label="Channel 5 Color" value="COLOR_DARK_RED">
89+
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.5" label="Channel 5 color" value="COLOR_DARK_RED">
9090
<description>
9191
The color used by the fifth channel of the Arduino scope
9292
</description>
9393
</colorDefinition>
94-
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.6" label="Channel 6 Color" value="COLOR_DARK_YELLOW">
94+
<colorDefinition categoryId="it.baeyens.arduino.scope.themeCategory" id="it.baeyens.scope.color.6" label="Channel 6 color" value="COLOR_DARK_YELLOW">
9595
<description>
9696
The color used by the sixth channel of the Arduino scope
9797
</description>
@@ -102,42 +102,42 @@ The font for in the serial monitor
102102
</description>
103103
</fontDefinition>
104104

105-
<colorDefinition categoryId="it.baeyens.arduino.serialMonitor.themeCategory" id="it.baeyens.serial.color.1" label="serial Channel 1 Color" value="COLOR_BLACK">
105+
<colorDefinition categoryId="it.baeyens.arduino.serialMonitor.themeCategory" id="it.baeyens.serial.color.1" label="Channel 1 color" value="COLOR_BLACK">
106106
<description>
107107
The color used by the first serial connection of the serial monitor
108108
</description>
109109
</colorDefinition>
110-
<colorDefinition categoryId="it.baeyens.arduino.serialMonitor.themeCategory" id="it.baeyens.serial.color.2" label="serial Channel 2 Color" value="COLOR_RED">
110+
<colorDefinition categoryId="it.baeyens.arduino.serialMonitor.themeCategory" id="it.baeyens.serial.color.2" label="Channel 2 color" value="COLOR_RED">
111111
<description>
112112
The color used by the second serial connection of the serial monitor
113113
</description>
114114
</colorDefinition>
115-
<colorDefinition categoryId="it.baeyens.arduino.serialMonitor.themeCategory" id="it.baeyens.serial.color.3" label="serial Channel 3 Color" value="COLOR_GREEN">
115+
<colorDefinition categoryId="it.baeyens.arduino.serialMonitor.themeCategory" id="it.baeyens.serial.color.3" label="Channel 3 color" value="COLOR_GREEN">
116116
<description>
117117
The color used by the third serial connection of the serial monitor
118118
</description>
119119
</colorDefinition>
120-
<colorDefinition categoryId="it.baeyens.arduino.serialMonitor.themeCategory" id="it.baeyens.serial.color.4" label="serial Channel 4 Color" value="COLOR_BLUE">
120+
<colorDefinition categoryId="it.baeyens.arduino.serialMonitor.themeCategory" id="it.baeyens.serial.color.4" label="Channel 4 color" value="COLOR_BLUE">
121121
<description>
122-
The color used by the forth serial connection of the serial monitor
122+
The color used by the fourth serial connection of the serial monitor
123123
</description>
124124
</colorDefinition>
125125
<colorDefinition
126126
categoryId="it.baeyens.arduino.serialMonitor.themeCategory"
127-
id="it.baeyens.serial.color.6"
128-
label="serial Channel 6 Color"
129-
value="COLOR_DARK_YELLOW">
127+
id="it.baeyens.serial.color.5"
128+
label=" Channel 5 color"
129+
value="COLOR_DARK_RED">
130130
<description>
131-
The color used by the sixth serial connection of the serial monitor
131+
The color used by the fifth serial connection of the serial monitor
132132
</description>
133133
</colorDefinition>
134134
<colorDefinition
135135
categoryId="it.baeyens.arduino.serialMonitor.themeCategory"
136-
id="it.baeyens.serial.color.5"
137-
label="serial Channel 5 Color"
138-
value="COLOR_DARK_RED">
136+
id="it.baeyens.serial.color.6"
137+
label="Channel 6 color"
138+
value="COLOR_DARK_YELLOW">
139139
<description>
140-
The color used by the fifth serial connection of the serial monitor
140+
The color used by the sixth serial connection of the serial monitor
141141
</description>
142142
</colorDefinition>
143143
</extension>

0 commit comments

Comments
 (0)