We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 20c2d10 commit f1a9c93Copy full SHA for f1a9c93
python/plugins/processing/script/ScriptTemplate.py
@@ -46,14 +46,14 @@ def name(self):
46
lowercase alphanumeric characters only and no spaces or other
47
formatting characters.
48
"""
49
- return 'duplicatevectorlayer'
+ return 'myscript'
50
51
def displayName(self):
52
53
Returns the translated algorithm name, which should be used for any
54
user-visible display of the algorithm name.
55
56
- return self.tr('Duplicate a vector layer')
+ return self.tr('My Script')
57
58
def group(self):
59
0 commit comments