diff options
author | sr55 <[email protected]> | 2016-05-14 21:30:14 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2016-05-14 21:30:14 +0100 |
commit | 4da2cf4560a1f3c6f331c55eb7c46ff5bfc8ebdf (patch) | |
tree | 86335f7f08f00e90cd0ebe5a87c00565992c6171 /win/CS/HandBrakeWPF/Properties | |
parent | 7c2a72c758b4d96eec5e52b41e85eb37eb097d6d (diff) |
WinGui: Language tweak to make the UI clearer.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 2 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index 165c7fcb2..511ea593b 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -259,7 +259,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Track Setting Default Behaviour:.
+ /// Looks up a localized string similar to For Additional Tracks:.
/// </summary>
public static string AudioView_TrackSettingDefaultBehaviour {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 552fe4892..a17fdc9f4 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -367,7 +367,7 @@ <value>Track Selection Behaviour:</value>
</data>
<data name="AudioView_TrackSettingDefaultBehaviour" xml:space="preserve">
- <value>Track Setting Default Behaviour:</value>
+ <value>For Additional Tracks:</value>
</data>
<data name="AudioView_WhenAutoPassthru" xml:space="preserve">
<value>When 'Auto Passthru' is selected as the audio codec.</value>
|