Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added label to UI to match context help
  • Loading branch information
ccrook committed Apr 17, 2013
1 parent fd6330e commit c396128
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/ui/qgsdelimitedtextsourceselectbase.ui
Expand Up @@ -516,7 +516,14 @@
<string>Geometry is read as a well known text string from the selected fields</string>
</property>
<property name="text">
<string>Well known text (WKT) geometry </string>
<string>Well known text (WKT) </string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Geometry field</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit c396128

Please sign in to comment.