@@ -136,7 +136,7 @@ modeBarButtons.lasso2d = {
136
136
137
137
modeBarButtons . drawclosedpath = {
138
138
name : 'drawclosedpath' ,
139
- title : function ( gd ) { return _ ( gd , 'Draw Closed Freeform ' ) ; } ,
139
+ title : function ( gd ) { return _ ( gd , 'Draw closed freeform ' ) ; } ,
140
140
attr : 'dragmode' ,
141
141
val : 'drawclosedpath' ,
142
142
icon : Icons . drawclosedpath ,
@@ -145,7 +145,7 @@ modeBarButtons.drawclosedpath = {
145
145
146
146
modeBarButtons . drawopenpath = {
147
147
name : 'drawopenpath' ,
148
- title : function ( gd ) { return _ ( gd , 'Draw Open Freeform ' ) ; } ,
148
+ title : function ( gd ) { return _ ( gd , 'Draw open freeform ' ) ; } ,
149
149
attr : 'dragmode' ,
150
150
val : 'drawopenpath' ,
151
151
icon : Icons . drawopenpath ,
@@ -154,7 +154,7 @@ modeBarButtons.drawopenpath = {
154
154
155
155
modeBarButtons . drawline = {
156
156
name : 'drawline' ,
157
- title : function ( gd ) { return _ ( gd , 'Draw Line ' ) ; } ,
157
+ title : function ( gd ) { return _ ( gd , 'Draw line ' ) ; } ,
158
158
attr : 'dragmode' ,
159
159
val : 'drawline' ,
160
160
icon : Icons . drawline ,
@@ -163,7 +163,7 @@ modeBarButtons.drawline = {
163
163
164
164
modeBarButtons . drawrect = {
165
165
name : 'drawrect' ,
166
- title : function ( gd ) { return _ ( gd , 'Draw Rectangle ' ) ; } ,
166
+ title : function ( gd ) { return _ ( gd , 'Draw rectangle ' ) ; } ,
167
167
attr : 'dragmode' ,
168
168
val : 'drawrect' ,
169
169
icon : Icons . drawrect ,
@@ -172,7 +172,7 @@ modeBarButtons.drawrect = {
172
172
173
173
modeBarButtons . drawcircle = {
174
174
name : 'drawcircle' ,
175
- title : function ( gd ) { return _ ( gd , 'Draw Ellipse ' ) ; } ,
175
+ title : function ( gd ) { return _ ( gd , 'Draw circle ' ) ; } ,
176
176
attr : 'dragmode' ,
177
177
val : 'drawcircle' ,
178
178
icon : Icons . drawcircle ,
@@ -181,7 +181,7 @@ modeBarButtons.drawcircle = {
181
181
182
182
modeBarButtons . eraseshape = {
183
183
name : 'eraseshape' ,
184
- title : function ( gd ) { return _ ( gd , 'Erase Active Shape ' ) ; } ,
184
+ title : function ( gd ) { return _ ( gd , 'Erase active shape ' ) ; } ,
185
185
icon : Icons . eraseshape ,
186
186
click : eraseActiveShape
187
187
} ;
0 commit comments