Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
Expand Up @@ -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):
Expand Down

0 comments on commit 11c0e56

Please sign in to comment.