diff options
author | sr55 <[email protected]> | 2017-12-15 22:47:20 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-12-15 22:47:20 +0000 |
commit | 939696ce28687a9f4d96556dcf28bd9ab605e1a1 (patch) | |
tree | 85e9a773078d987a0a93f3b3e057c5e99d3b3806 /win/CS/HandBrakeWPF/Views | |
parent | 7244ea454654b4b6d8f97f33174303445edb08ff (diff) |
WinGui: Language Changes around preset buttons on the main view.
Diffstat (limited to 'win/CS/HandBrakeWPF/Views')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/MainView.xaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index 624ab40b2..a8e7bc35f 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -381,9 +381,9 @@ </Button.ContextMenu>
</Button>
- <Button Content="Reload" cal:Message.Attach="[Event Click] = [Action PresetSelect]" Margin="15,0,0,0" VerticalAlignment="Center" />
- <Button Content="Save Custom Preset" cal:Message.Attach="[Event Click] = [Action PresetAdd]" Margin="5,0,0,0" VerticalAlignment="Center" />
-
+ <Button Content="{x:Static Properties:ResourcesUI.MainView_Reload}" cal:Message.Attach="[Event Click] = [Action PresetSelect]" Margin="15,0,0,0" VerticalAlignment="Center" />
+ <Button Content="{x:Static Properties:ResourcesUI.MainView_SaveNewPreset}" cal:Message.Attach="[Event Click] = [Action PresetAdd]" Margin="5,0,0,0" VerticalAlignment="Center" />
+
<Button x:Name="MorePresetOptionsButton" Margin="15,0,0,0" VerticalAlignment="Center" Click="MorePresetOptionsButton_OnClick">
<Button.Content>
<StackPanel Orientation="Horizontal">
|