Commit c4c225e458cc8132519b5f14d557b5cf80ed54bd
1 parent
47c0000c
Exists in
master
and in
100 other branches
Fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/PlotComponents/PlotZoomPlug.js
... | ... | @@ -340,7 +340,7 @@ Ext.define('amdaPlotComp.PlotZoomPlug', { |
340 | 340 | fromPlugin: true |
341 | 341 | }; |
342 | 342 | if (isCatalog) { |
343 | - Ext.Msg.prompt('Define Parameters', 'Please enter parameters number for the new xatalog:', function(btn, text){ | |
343 | + Ext.Msg.prompt('Define Parameters', 'Please enter parameters number for the new catalog:', function(btn, text){ | |
344 | 344 | if (btn == 'ok'){ |
345 | 345 | obj.nbParameters = parseInt(text,10); |
346 | 346 | if (isNaN(obj.nbParameters)) { |
... | ... |