Skip to content

Commit f1a9c93

Browse files
ghtmttnyalldawson
authored andcommittedApr 16, 2018
dummy commit for travis
1 parent 20c2d10 commit f1a9c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/plugins/processing/script/ScriptTemplate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ def name(self):
4646
lowercase alphanumeric characters only and no spaces or other
4747
formatting characters.
4848
"""
49-
return 'duplicatevectorlayer'
49+
return 'myscript'
5050

5151
def displayName(self):
5252
"""
5353
Returns the translated algorithm name, which should be used for any
5454
user-visible display of the algorithm name.
5555
"""
56-
return self.tr('Duplicate a vector layer')
56+
return self.tr('My Script')
5757

5858
def group(self):
5959
"""

0 commit comments

Comments
 (0)