Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rephrase short help
  • Loading branch information
nirvn committed Sep 4, 2018
1 parent 48b18d4 commit 65d9911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/rearrange_bands.py
Expand Up @@ -103,7 +103,7 @@ def icon(self):

def shortHelpString(self):
return self.tr("This algorithm creates a new raster using selected band(s) from a given raster layer.\n\n"
"The reordering of bands is possible by dragging individual band names in the multiple selection dialog.")
"The algorithm also makes it possible to reorder the bands for the newly-created raster.")

def commandName(self):
return 'gdal_translate'
Expand Down

0 comments on commit 65d9911

Please sign in to comment.