Skip to content

Commit

Permalink
Minor error in tooltip help
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrook committed Apr 17, 2013
1 parent 45a1bb4 commit e1421f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/qgsdelimitedtextsourceselectbase.ui
Expand Up @@ -52,13 +52,13 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>Each line in the file is split using a regular expression. Capture groups in the regular expression are included as fields</string>
<string>Each line in the file is split using a regular expression to define the end of each field</string>
</property>
<property name="statusTip">
<string>Each line in the file is split using a regular expression. Capture groups in the regular expression are included as fields</string>
<string>Each line in the file is split using a regular expression to define the end of each field</string>
</property>
<property name="whatsThis">
<string>Each line in the file is split using a regular expression. Capture groups in the regular expression are included as fields</string>
<string>Each line in the file is split using a regular expression to define the end of each field</string>
</property>
<property name="text">
<string>Regular expression</string>
Expand Down

0 comments on commit e1421f5

Please sign in to comment.