We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0135b4c commit b6242b4Copy full SHA for b6242b4
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