Skip to content

Commit 1e09225

Browse files
ghtmttnyalldawson
authored andcommittedApr 16, 2018
fix indentation
1 parent 55f7345 commit 1e09225

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
class AddScriptFromTemplateAction(ToolboxAction):
4141

4242
def __init__(self):
43-
self.name = QCoreApplication.translate("AddScriptFromTemplate",
44-
"Load Script From Template...")
43+
self.name = QCoreApplication.translate("AddScriptFromTemplate", "Load Script From Template...")
4544
self.group = self.tr("Tools")
4645

4746
def execute(self):

0 commit comments

Comments
 (0)
Please sign in to comment.