Commit 445d40736835acfcdc56022676f79830df4e36ed
1 parent
0ee64783
Exists in
master
and in
65 other branches
message changed
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/InputOutput/IHMImpl/Params/PlotImpl/IHMInputOutputParamsPlotClass.php
... | ... | @@ -1506,7 +1506,7 @@ class IHMInputOutputParamsPlotClass extends IHMInputOutputParamsAbstractClass |
1506 | 1506 | default : |
1507 | 1507 | return array( |
1508 | 1508 | 'success' => false, |
1509 | - 'message' => 'Error to process the interractive request'); | |
1509 | + 'message' => 'Request processing error'); | |
1510 | 1510 | } |
1511 | 1511 | } |
1512 | 1512 | |
... | ... |