Skip to content

Commit 410fe67

Browse files
committedOct 4, 2014
typo fix
1 parent de5ac24 commit 410fe67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/modeler/CalculatorModelerAlgorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def setupUi(self):
8585
| QtGui.QDialogButtonBox.Ok)
8686
self.infoText = QtGui.QTextEdit()
8787
numbers = self.getAvailableValuesOfType(ParameterNumber, OutputNumber)
88-
text = self.tr('You can refer to model values in you formula, using '
88+
text = self.tr('You can refer to model values in your formula, using '
8989
'single-letter variables, as follows:\n', 'CalculatorModelerParametersDialog')
9090
ichar = 97
9191
if numbers:

0 commit comments

Comments
 (0)
Please sign in to comment.