... | ... |
@@ -306,7 +306,7 @@ var buttonsClass = { |
306 | 306 |
} |
307 | 307 |
}, |
308 | 308 |
{text: 'Volume :', type: 'normal', scrollgroup: 6}, |
309 |
- {text: units.volume.from_l == 1 ? ' l >' : (units.volume.from_gal == 1 ? '< gal ' : '< m3 '), |
|
309 |
+ {text: units.volume.from_l == 1 ? ' l >' : (units.volume.from_gal == 1 ? '< gal ' : '< m3 >'), |
|
310 | 310 |
type: 'editable|end-of-line', |
311 | 311 |
choices: [' l >', '< m3 >', '< gal '], |
312 | 312 |
scrollgroup: 6, |