Skip to content

Commit 9e8746d

Browse files
committed
Update src/3d/processing/qgsalgorithmtessellate.cpp
1 parent 8f58322 commit 9e8746d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/3d/processing/qgsalgorithmtessellate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ QString QgsTessellateAlgorithm::shortHelpString() const
7272

7373
QString QgsTessellateAlgorithm::shortDescription() const
7474
{
75-
return QObject::tr( "Tessellates a polygon geometry layer, dividing the geometries into triangular components." )
75+
return QObject::tr( "Tessellates a polygon geometry layer, dividing the geometries into triangular components." );
7676
}
7777

7878
QList<int> QgsTessellateAlgorithm::inputLayerTypes() const

0 commit comments

Comments
 (0)