Skip to content

Commit 48d498b

Browse files
committedNov 14, 2018
translation string fix
1 parent a139f8d commit 48d498b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/analysis/processing/qgsalgorithmextractbinary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ QString QgsExtractBinaryFieldAlgorithm::shortHelpString() const
3434
{
3535
return QObject::tr( "This algorithm extracts contents from a binary field, saving them to individual files.\n\n"
3636
"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." );
37+
" an attribute in the source table or based on a more complex expression." );
3838
}
3939

4040
QString QgsExtractBinaryFieldAlgorithm::shortDescription() const

0 commit comments

Comments
 (0)
Please sign in to comment.