Navigation Menu

Skip to content

Commit

Permalink
Fix some labels (#45549)
Browse files Browse the repository at this point in the history
* [needs-docs] Correct name for mesh calculator output

* [needs-docs] Use same label for input layer

as in the "join attributes by location" alg
  • Loading branch information
DelazJ committed Oct 19, 2021
1 parent 7e2b31e commit ffec1cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/SpatialJoinSummary.py
Expand Up @@ -111,7 +111,7 @@ def initAlgorithm(self, config=None):
('mean_length', self.tr('mean_length'))]

self.addParameter(QgsProcessingParameterFeatureSource(self.INPUT,
self.tr('Input layer'),
self.tr('Base layer'),
[QgsProcessing.TypeVectorAnyGeometry]))
self.addParameter(QgsProcessingParameterFeatureSource(self.JOIN,
self.tr('Join layer'),
Expand Down
2 changes: 1 addition & 1 deletion src/ui/mesh/qgsmeshcalculatordialogbase.ui
Expand Up @@ -46,7 +46,7 @@
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Create on-the-fly mesh instead of writing layer to disk</string>
<string>Create on-the-fly dataset group instead of writing layer to disk</string>
</property>
<property name="tristate">
<bool>false</bool>
Expand Down

0 comments on commit ffec1cc

Please sign in to comment.