Skip to content

Commit

Permalink
Added a "restart" message in "Keyboard shortcuts" section (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Apr 17, 2022
1 parent 37d708d commit bb873b2
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ColorPicker/Pages/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@
</Button>
<TextBlock x:Name="PressKeys2Txt" Text="{x:Static lang:Resources.PressKeys}" Visibility="Collapsed" VerticalAlignment="Center"/>
</StackPanel>
</StackPanel>
<TextBlock Text="{x:Static lang:Resources.NeedRestartLabel}" TextWrapping="Wrap" FontStyle="Italic" Margin="10,5,0,5"/>
</StackPanel>
</Expander>

<Expander Style="{DynamicResource ExpanderStyle1}" Margin="10,10,10,0" Background="{Binding Source={StaticResource Background2}}" Foreground="{Binding Source={StaticResource Foreground1}}">
Expand Down
9 changes: 9 additions & 0 deletions ColorPicker/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions ColorPicker/Properties/Resources.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -480,4 +480,7 @@
<data name="PressKeys" xml:space="preserve">
<value>Press a combination of keys.</value>
</data>
<data name="NeedRestartLabel" xml:space="preserve">
<value>ColorPicker needs to restart to apply the changes.</value>
</data>
</root>
3 changes: 3 additions & 0 deletions ColorPicker/Properties/Resources.fr-FR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -480,4 +480,7 @@
<data name="PressKeys" xml:space="preserve">
<value>Appuyez sur une combinaison de touches.</value>
</data>
<data name="NeedRestartLabel" xml:space="preserve">
<value>ColorPicker doit redémarrer pour appliquer les changements.</value>
</data>
</root>
3 changes: 3 additions & 0 deletions ColorPicker/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -460,4 +460,7 @@
<data name="PressKeys" xml:space="preserve">
<value>Press a combination of keys.</value>
</data>
<data name="NeedRestartLabel" xml:space="preserve">
<value>ColorPicker needs to restart to apply the changes.</value>
</data>
</root>
3 changes: 3 additions & 0 deletions ColorPicker/Properties/Resources.zh-CN.resx
Original file line number Diff line number Diff line change
Expand Up @@ -480,4 +480,7 @@
<data name="PressKeys" xml:space="preserve">
<value>Press a combination of keys.</value>
</data>
<data name="NeedRestartLabel" xml:space="preserve">
<value>ColorPicker needs to restart to apply the changes.</value>
</data>
</root>

0 comments on commit bb873b2

Please sign in to comment.