Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt authored and nyalldawson committed Apr 16, 2018
1 parent 55f7345 commit 1e09225
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 1e09225

Please sign in to comment.