Skip to content

Commit

Permalink
Two typo's corrected
Browse files Browse the repository at this point in the history
Line  57  :  "as a set of image."  should probably be "as a set of images."  Plural, not singular
Line  64  :  "sort by expressing"  should probably be "sort by expression"
  • Loading branch information
DiGro committed Aug 9, 2020
1 parent f17097b commit 7fa55c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/processing/qgsalgorithmlayoutatlastoimage.cpp
Expand Up @@ -54,14 +54,14 @@ QString QgsLayoutAtlasToImageAlgorithm::groupId() const

QString QgsLayoutAtlasToImageAlgorithm::shortDescription() const
{
return QObject::tr( "Exports an atlas layout as a set of image." );
return QObject::tr( "Exports an atlas layout as a set of images." );
}

QString QgsLayoutAtlasToImageAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm outputs an atlas layout to a set of image files (e.g. PNG or JPEG images).\n\n"
"If a coverage layer is set, the selected layout's atlas settings exposed in this algorithm "
"will be overwritten. In this case, an empty filter or sort by expressing will turn those "
"will be overwritten. In this case, an empty filter or sort by expression will turn those "
"settings off." );
}

Expand Down

0 comments on commit 7fa55c9

Please sign in to comment.