diff options
author | sr55 <[email protected]> | 2017-12-24 21:54:01 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-12-24 21:54:01 +0000 |
commit | 007b063acdb1a63a4a4b8e186be835e8132580d4 (patch) | |
tree | e537533bf32f131491503215103e0e511606c798 /win/CS/HandBrakeWPF/Views | |
parent | c7884dad44d1b19c6a67d8d5afba79c1b64b31fa (diff) |
WinGui: Consistency in the File Menu. "Open Source"
Diffstat (limited to 'win/CS/HandBrakeWPF/Views')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/MainView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index ce937cdcd..9d6e28452 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -65,7 +65,7 @@ HorizontalAlignment="Stretch"
VerticalAlignment="Top">
<MenuItem Header="_File">
- <MenuItem Header="Choose Source" cal:Message.Attach="[Event Click] = [Action SelectSourceWindow]" InputGestureText="Alt + O" />
+ <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_SourceOpen}" cal:Message.Attach="[Event Click] = [Action SelectSourceWindow]" InputGestureText="Alt + O" />
<Separator />
<MenuItem Header="_Exit" cal:Message.Attach="[Event Click] = [Action ExitApplication]" InputGestureText="Alt + F4" />
</MenuItem>
|