Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleanup heatmap dialog strings to follow standard capitalisation
  • Loading branch information
nyalldawson committed Mar 30, 2013
1 parent 70685fc commit 38b035a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/plugins/heatmap/heatmapguibase.ui
Expand Up @@ -26,7 +26,7 @@
<item row="0" column="0">
<widget class="QLabel" name="mInputLabel">
<property name="text">
<string>Input Point Vector</string>
<string>Input point layer</string>
</property>
</widget>
</item>
Expand All @@ -36,7 +36,7 @@
<item row="1" column="0">
<widget class="QLabel" name="mOutputLabel">
<property name="text">
<string>Output Raster</string>
<string>Output raster</string>
</property>
</widget>
</item>
Expand All @@ -59,7 +59,7 @@
<item row="3" column="0">
<widget class="QLabel" name="mFormatLabel">
<property name="text">
<string>Output Format</string>
<string>Output format</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -137,7 +137,7 @@
<item row="1" column="0">
<widget class="QLabel" name="cellsizeXLabel">
<property name="text">
<string>Cell Size X</string>
<string>Cell size X</string>
</property>
<property name="buddy">
<cstring>cellXLineEdit</cstring>
Expand All @@ -157,7 +157,7 @@
<item row="1" column="2">
<widget class="QLabel" name="cellsizeYLabel">
<property name="text">
<string>Cell Size Y</string>
<string>Cell size Y</string>
</property>
<property name="buddy">
<cstring>cellYLineEdit</cstring>
Expand All @@ -183,7 +183,7 @@
<item row="1" column="0">
<widget class="QCheckBox" name="useRadius">
<property name="text">
<string>Use Radius from field</string>
<string>Use radius from field</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -214,7 +214,7 @@
<item row="2" column="0">
<widget class="QCheckBox" name="useWeight">
<property name="text">
<string>Use Weight from field</string>
<string>Use weight from field</string>
</property>
</widget>
</item>
Expand All @@ -238,15 +238,15 @@
<item row="3" column="0">
<widget class="QLabel" name="mDecayLabel">
<property name="text">
<string>Decay Ratio</string>
<string>Decay ratio</string>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QComboBox" name="kernelShapeCombo">
<item>
<property name="text">
<string>Quartic (Biweight)</string>
<string>Quartic (biweight)</string>
</property>
</item>
<item>
Expand Down Expand Up @@ -274,7 +274,7 @@
<item row="0" column="0">
<widget class="QLabel" name="kernelShapeLable">
<property name="text">
<string>Kernel Shape</string>
<string>Kernel shape</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 38b035a

Please sign in to comment.