Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
alexbruy committed Sep 15, 2013
1 parent 6d077b5 commit 17323dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/modeler/ModelerDialog.py
Expand Up @@ -83,7 +83,7 @@ def __init__(self, alg=None):
self.saveAsButton = QPushButton(self.tr("Save as..."))
self.saveAsButton.setToolTip(self.tr("Save current model as"))
self.buttonBox.addButton(self.saveAsButton, QDialogButtonBox.ActionRole)
self.saveAsImageButton = QPushButton(self.tr("Export as image..."))
self.exportAsImageButton = QPushButton(self.tr("Export as image..."))
self.exportAsImageButton.setToolTip(self.tr("Export current model to image"))
self.buttonBox.addButton(self.saveAsImageButton, QDialogButtonBox.ActionRole)

Expand Down

0 comments on commit 17323dd

Please sign in to comment.