Skip to content

Commit 6e594e9

Browse files
committed
Minor
1 parent 87e24d2 commit 6e594e9

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

JL.Windows/GUI/PreferencesWindow.xaml

+9-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</DockPanel>
5959

6060
<DockPanel>
61-
<TextBlock HorizontalAlignment="Left" Text="Mining mode button"
61+
<TextBlock HorizontalAlignment="Left" Text="&quot;Enable mining mode&quot; button"
6262
TextWrapping="Wrap" VerticalAlignment="Center"
6363
Style="{StaticResource TextBlockDefault}"
6464
Cursor="Help"
@@ -870,7 +870,10 @@
870870
<DockPanel>
871871
<TextBlock HorizontalAlignment="Left" Text="Mine button"
872872
Style="{StaticResource TextBlockDefault}"
873-
TextWrapping="Wrap" VerticalAlignment="Center"/>
873+
TextWrapping="Wrap" VerticalAlignment="Center"
874+
Cursor="Help"
875+
ToolTip="Specifies the mouse button to use with the ➕ button for selecting a spelling to set as the &quot;Selected Spelling&quot; field
876+
&#10;If no reading is available, the &quot;Selected Spelling&quot; field will be set to the primary spelling"/>
874877
<ComboBox x:Name="MineMouseButtonComboBox" HorizontalAlignment="Right"
875878
SelectedValuePath="Tag" Width="250">
876879
<ComboBoxItem Content="Left button" Tag="Left" />
@@ -881,9 +884,11 @@
881884
</DockPanel>
882885

883886
<DockPanel>
884-
<TextBlock HorizontalAlignment="Left" Text="Mine primary spelling button"
887+
<TextBlock HorizontalAlignment="Left" Text="&quot;Mine primary spelling&quot; button"
885888
Style="{StaticResource TextBlockDefault}"
886-
TextWrapping="Wrap" VerticalAlignment="Center"/>
889+
TextWrapping="Wrap" VerticalAlignment="Center"
890+
Cursor="Help"
891+
ToolTip="Sets the &quot;Selected Spelling&quot; field to the value of the primary spelling and mines the term."/>
887892
<ComboBox x:Name="MinePrimarySpellingMouseButtonComboBox" HorizontalAlignment="Right"
888893
SelectedValuePath="Tag" Width="250">
889894
<ComboBoxItem Content="Left button" Tag="Left" />

0 commit comments

Comments
 (0)