Skip to content
Permalink
Browse files
fix indentation
  • Loading branch information
ghtmtt authored and nyalldawson committed Mar 31, 2018
1 parent 925d45d commit 11c0e56
Showing 1 changed file with 1 addition and 2 deletions.
@@ -40,8 +40,7 @@
class AddScriptFromTemplateAction(ToolboxAction):

def __init__(self):
self.name = QCoreApplication.translate("AddScriptFromTemplate",
"Load Script From Template...")
self.name = QCoreApplication.translate("AddScriptFromTemplate", "Load Script From Template...")
self.group = self.tr("Tools")

def execute(self):

0 comments on commit 11c0e56

Please sign in to comment.