Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor change to tooltip message
  • Loading branch information
ccrook committed Apr 18, 2013
1 parent 5e4f4f7 commit 8570646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/qgsdelimitedtextsourceselectbase.ui
Expand Up @@ -68,13 +68,13 @@
<item row="2" column="0">
<widget class="QRadioButton" name="delimiterChars">
<property name="toolTip">
<string>Fields are delimited by specified delimiters with quote and escape characters which allow delimiters and new lines within a field</string>
<string>Fields are defined by the specified delimiter, quote, and escape characters</string>
</property>
<property name="statusTip">
<string>Fields are delimited by specified delimiters with quote and escape characters which allow delimiters and new lines within a field</string>
<string>Fields are defined by the specified delimiter, quote, and escape characters</string>
</property>
<property name="whatsThis">
<string>Fields are delimited by specified delimiters with quote and escape characters which allow delimiters and new lines within a field</string>
<string>Fields are defined by the specified delimiter, quote, and escape characters</string>
</property>
<property name="text">
<string>Selected delimiters</string>
Expand Down

0 comments on commit 8570646

Please sign in to comment.