Skip to content

Commit

Permalink
Merge pull request #38210 from DiGro/patch-5
Browse files Browse the repository at this point in the history
Two typo's corrected
  • Loading branch information
m-kuhn committed Aug 9, 2020
2 parents f17097b + 7fa55c9 commit 370b01b
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 370b01b

Please sign in to comment.