Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] fix dialog title
  • Loading branch information
alexbruy committed Jul 25, 2016
1 parent 48cca3b commit 01dd338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/ScriptEditorDialog.py
Expand Up @@ -200,7 +200,7 @@ def openScript(self):
filterName = self.tr('Processing R script (*.rsx)')

self.filename = QFileDialog.getOpenFileName(
self, self.tr('Save script'), scriptDir, filterName)
self, self.tr('Open script'), scriptDir, filterName)

if self.filename == '':
return
Expand Down

0 comments on commit 01dd338

Please sign in to comment.