Skip to content

Commit

Permalink
[processing][needs-docs] Rename "Add Script from Template" to
Browse files Browse the repository at this point in the history
"Create New Script from Template"
  • Loading branch information
nyalldawson committed Apr 2, 2018
1 parent e518634 commit ad3f178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -40,7 +40,7 @@
class AddScriptFromTemplateAction(ToolboxAction):

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

def execute(self):
Expand Down
Expand Up @@ -50,8 +50,8 @@ def __init__(self):
self.algs = []
self.folder_algorithms = []
self.actions = [CreateNewScriptAction(),
AddScriptFromFileAction(),
AddScriptFromTemplateAction(),
AddScriptFromFileAction()
]
self.contextMenuActions = [EditScriptAction(),
DeleteScriptAction()]
Expand Down

0 comments on commit ad3f178

Please sign in to comment.