We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a139f8d commit 48d498bCopy full SHA for 48d498b
src/analysis/processing/qgsalgorithmextractbinary.cpp
@@ -34,7 +34,7 @@ QString QgsExtractBinaryFieldAlgorithm::shortHelpString() const
34
{
35
return QObject::tr( "This algorithm extracts contents from a binary field, saving them to individual files.\n\n"
36
"Filenames can be generated using data defined values, allowing them to be taken from"
37
- "an attribute in the source table or based on a more complex expression." );
+ " an attribute in the source table or based on a more complex expression." );
38
}
39
40
QString QgsExtractBinaryFieldAlgorithm::shortDescription() const
0 commit comments