Skip to content

Commit 8570646

Browse files
committed
Minor change to tooltip message
1 parent 5e4f4f7 commit 8570646

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
@@ -68,13 +68,13 @@
6868
<item row="2" column="0">
6969
<widget class="QRadioButton" name="delimiterChars">
7070
<property name="toolTip">
71-
<string>Fields are delimited by specified delimiters with quote and escape characters which allow delimiters and new lines within a field</string>
71+
<string>Fields are defined by the specified delimiter, quote, and escape characters</string>
7272
</property>
7373
<property name="statusTip">
74-
<string>Fields are delimited by specified delimiters with quote and escape characters which allow delimiters and new lines within a field</string>
74+
<string>Fields are defined by the specified delimiter, quote, and escape characters</string>
7575
</property>
7676
<property name="whatsThis">
77-
<string>Fields are delimited by specified delimiters with quote and escape characters which allow delimiters and new lines within a field</string>
77+
<string>Fields are defined by the specified delimiter, quote, and escape characters</string>
7878
</property>
7979
<property name="text">
8080
<string>Selected delimiters</string>

0 commit comments

Comments
 (0)