mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix typos in strings
This commit is contained in:
parent
b9f89ae2b1
commit
650cd8f3e3
@ -525,7 +525,7 @@ class GeoAlgorithm:
|
||||
html += self.tr('</ul><p>The above files could not be opened, which '
|
||||
'probably indicates that they were not correctly '
|
||||
'produced by the executed algorithm</p>'
|
||||
'<p>Checking the log information might help you see'
|
||||
'<p>Checking the log information might help you see '
|
||||
'why those layers were not created as expected</p>')
|
||||
return html
|
||||
|
||||
|
@ -85,7 +85,7 @@ class CalculatorModelerParametersDialog(ModelerParametersDialog):
|
||||
| QtGui.QDialogButtonBox.Ok)
|
||||
self.infoText = QtGui.QTextEdit()
|
||||
numbers = self.getAvailableValuesOfType(ParameterNumber, OutputNumber)
|
||||
text = self.tr('You can refer to model values in you formula, using'
|
||||
text = self.tr('You can refer to model values in you formula, using '
|
||||
'single-letter variables, as follows:\n', 'CalculatorModelerParametersDialog')
|
||||
ichar = 97
|
||||
if numbers:
|
||||
|
@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>406</width>
|
||||
<height>293</height>
|
||||
<height>319</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@ -92,7 +92,7 @@
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>Layerattribute</string>
|
||||
<string>Layer attribute</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>mLayerAttributeComboBox</cstring>
|
||||
|
Loading…
x
Reference in New Issue
Block a user