Skip to content

Commit

Permalink
Minor resource text change and removes yellow highlighting on new mul…
Browse files Browse the repository at this point in the history
…tiple selection times
  • Loading branch information
JuliusSweetland committed Nov 15, 2020
1 parent 923df85 commit 32e66d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/JuliusSweetland.OptiKey.Core/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ UP</value>
<value>Key text transformation:</value>
</data>
<data name="COMPLETION_TIMES_HINT" xml:space="preserve">
<value>Enter multiple values separated by commas. For example: 1250,750,450,250</value>
<value>Enter multiple values separated by commas to speed up/slow down subsequent selections, for example: 1250,750,450,250</value>
</data>
<data name="KEY_FIXATION_TIME_TO_COMPLETE_LABEL" xml:space="preserve">
<value>Time to complete and repeat a key (ms):</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,6 @@ Copyright (c) 2020 OPTIKEY LTD (UK company number 11854839) - All Rights Reserve
<DataTrigger Binding="{Binding KeySelectionTriggerSource}" Value="{x:Static enums:TriggerSources.Fixations}">
<Setter Property="Visibility" Value="Visible" />
</DataTrigger>
<DataTrigger Binding="{Binding CompletionTimesShowHint}" Value="True">
<Setter Property="Background" Value="Yellow" />
</DataTrigger>
</Style.Triggers>
</Style>
</Grid.Style>
Expand Down

0 comments on commit 32e66d8

Please sign in to comment.