Skip to content

Commit

Permalink
Add some more tags to file downloader alg
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 25, 2017
1 parent 8f8e806 commit c244368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/processing/qgsalgorithmfiledownloader.cpp
Expand Up @@ -36,12 +36,12 @@ QString QgsFileDownloaderAlgorithm::displayName() const

QStringList QgsFileDownloaderAlgorithm::tags() const
{
return tr( "file,downloader,internet,url" ).split( ',' );
return tr( "file,downloader,internet,url,fetch,get,https" ).split( ',' );
}

QString QgsFileDownloaderAlgorithm::group() const
{
return tr( "File tool" );
return tr( "File tools" );
}

QString QgsFileDownloaderAlgorithm::shortHelpString() const
Expand Down

0 comments on commit c244368

Please sign in to comment.