Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 27, 2024
1 parent 8027ee5 commit 3b912d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/processing/qgsalgorithmfiledownloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ QString QgsFileDownloaderAlgorithm::displayName() const

QString QgsFileDownloaderAlgorithm::shortDescription() const
{
return tr( "Downloads a URL on the file system with an HTTP(S) GET or POST request" );
return tr( "Downloads a URL to the file system with an HTTP(S) GET or POST request" );
}

QStringList QgsFileDownloaderAlgorithm::tags() const
Expand All @@ -60,7 +60,7 @@ QString QgsFileDownloaderAlgorithm::groupId() const

QString QgsFileDownloaderAlgorithm::shortHelpString() const
{
return tr( "This algorithm downloads a URL on the file system with an HTTP(S) GET or POST request" );
return tr( "This algorithm downloads a URL to the file system with an HTTP(S) GET or POST request" );
}

QgsFileDownloaderAlgorithm *QgsFileDownloaderAlgorithm::createInstance() const
Expand Down

0 comments on commit 3b912d1

Please sign in to comment.