Skip to content

Commit e1421f5

Browse files
committedApr 17, 2013
Minor error in tooltip help
1 parent 45a1bb4 commit e1421f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/ui/qgsdelimitedtextsourceselectbase.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
</sizepolicy>
5353
</property>
5454
<property name="toolTip">
55-
<string>Each line in the file is split using a regular expression. Capture groups in the regular expression are included as fields</string>
55+
<string>Each line in the file is split using a regular expression to define the end of each field</string>
5656
</property>
5757
<property name="statusTip">
58-
<string>Each line in the file is split using a regular expression. Capture groups in the regular expression are included as fields</string>
58+
<string>Each line in the file is split using a regular expression to define the end of each field</string>
5959
</property>
6060
<property name="whatsThis">
61-
<string>Each line in the file is split using a regular expression. Capture groups in the regular expression are included as fields</string>
61+
<string>Each line in the file is split using a regular expression to define the end of each field</string>
6262
</property>
6363
<property name="text">
6464
<string>Regular expression</string>

0 commit comments

Comments
 (0)
Please sign in to comment.