Skip to content

Commit aaf0b54

Browse files
committed
Minor
1 parent 6e594e9 commit aaf0b54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

JL.Windows/GUI/PreferencesWindow.xaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -872,8 +872,8 @@
872872
Style="{StaticResource TextBlockDefault}"
873873
TextWrapping="Wrap" VerticalAlignment="Center"
874874
Cursor="Help"
875-
ToolTip="Specifies the mouse button to use with the ➕ button for selecting a spelling to set as the "Selected Spelling" field
876-

If no reading is available, the "Selected Spelling" field will be set to the primary spelling"/>
875+
ToolTip="Specifies the mouse button to use with the ➕ button, which will open a selection window to choose from the primary spelling and available readings.
876+

If no reading is available, the "Selected Spelling" field will be set to the primary spelling and the term will be mined." />
877877
<ComboBox x:Name="MineMouseButtonComboBox" HorizontalAlignment="Right"
878878
SelectedValuePath="Tag" Width="250">
879879
<ComboBoxItem Content="Left button" Tag="Left" />
@@ -888,7 +888,7 @@
888888
Style="{StaticResource TextBlockDefault}"
889889
TextWrapping="Wrap" VerticalAlignment="Center"
890890
Cursor="Help"
891-
ToolTip="Sets the &quot;Selected Spelling&quot; field to the value of the primary spelling and mines the term."/>
891+
ToolTip="Sets the value of the &quot;Selected Spelling&quot; field to the primary spelling and mines the term"/>
892892
<ComboBox x:Name="MinePrimarySpellingMouseButtonComboBox" HorizontalAlignment="Right"
893893
SelectedValuePath="Tag" Width="250">
894894
<ComboBoxItem Content="Left button" Tag="Left" />

0 commit comments

Comments
 (0)