diff options
author | sr55 <[email protected]> | 2020-02-07 23:47:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2020-02-07 23:47:38 +0000 |
commit | b9458b010c00b904ef700dd221432ebb4edfd6a0 (patch) | |
tree | 7ceda93b11b3e070d6f486a96b083d516ee89be7 /win/CS/HandBrakeWPF/Properties | |
parent | 7cac243df6528ee84645a46c7ec57d391a6f69ad (diff) |
WinGui: Add a Reorder icon to the Audio/Subtitle Records. Re-arrange the buttons to be more consistent with the MacGui bringing the selection behaviour button closer to the left side. Fix Localisation Issue on the Add Subtitle button. #2553
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 9 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index f89be5aeb..7f47f4ba4 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -5503,6 +5503,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Add All Remaining Closed Captions. + /// </summary> + public static string SubtitleView_AddRemainingCC { + get { + return ResourceManager.GetString("SubtitleView_AddRemainingCC", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Configure how the Subtitle Tracks are automatically selected and configured when you select a new title or source video.. /// </summary> public static string SubtitleView_SubtitleDefaultsDescription { diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 47aca8aa0..a7321af69 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -2195,4 +2195,7 @@ Where supported, any user presets will have been imported.</value> <data name="Options_PauseOnLowBattery" xml:space="preserve">
<value>Pause any running jobs when the battery gets low.</value>
</data>
+ <data name="SubtitleView_AddRemainingCC" xml:space="preserve">
+ <value>Add All Remaining Closed Captions</value>
+ </data>
</root>
\ No newline at end of file |