Commit 5a7720c88283baa4e699a5d4a97966665ef0906b
1 parent
c1beab2e
Exists in
master
and in
106 other branches
title modif
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/PlotComponents/PlotTree.js
... | ... | @@ -828,7 +828,7 @@ Ext.define('amdaPlotComp.PlotTree', { |
828 | 828 | |
829 | 829 | this.simplifiedViewCombo = Ext.create('Ext.form.field.Checkbox', { |
830 | 830 | xtype: 'checkbox', |
831 | - boxLabel: 'Extended PlotOptions', | |
831 | + boxLabel: 'Extended Plot Options', | |
832 | 832 | listeners: { |
833 | 833 | // render: function(c) { |
834 | 834 | // Ext.create('Ext.tip.ToolTip', { | ... | ... |