Skip to content

Commit

Permalink
translation string fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 19, 2021
1 parent db732fc commit 8f3f960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmexportmesh.cpp
Expand Up @@ -1373,7 +1373,7 @@ QString QgsMeshExportTimeSeries::name() const

QString QgsMeshExportTimeSeries::displayName() const
{
return QObject::tr( "Export dataset values time series values on points from mesh" );
return QObject::tr( "Export time series values from points of a mesh dataset" );
}

QString QgsMeshExportTimeSeries::group() const
Expand Down

0 comments on commit 8f3f960

Please sign in to comment.