Skip to content

Commit

Permalink
fix helpstring
Browse files Browse the repository at this point in the history
  • Loading branch information
root676 authored and nyalldawson committed Apr 13, 2020
1 parent 50e68df commit 88df3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmconstantraster.cpp
Expand Up @@ -52,7 +52,7 @@ QString QgsConstantRasterAlgorithm::shortHelpString() const
return QObject::tr( "Generates raster layer for given extent and cell "
"size filled with the specified value.\n"
"Additionally an output data type can be specified. "
"The algorithm will stop if a value has been entered that "
"The algorithm will abort if a value has been entered that "
"cannot be represented by the selected output raster data type." );
}

Expand Down

0 comments on commit 88df3e4

Please sign in to comment.