diff options
author | sr55 <[email protected]> | 2017-12-21 22:05:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-12-21 22:06:06 +0000 |
commit | fb37564d75ef1298129c4f5529e808d17e62fcc5 (patch) | |
tree | b74dd92ca8b888da23ca38857ea9564ff35ed13d /win/CS/HandBrakeWPF/Properties | |
parent | 138c0d6dbb4cb8ed34adc0bcb152a69af0fb0c9a (diff) |
WinGui: Further UI consistency tweaks to the main window. Made the layout a bit more compact. #833
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 c95cb7446..089502218 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -1015,7 +1015,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Source.
+ /// Looks up a localized string similar to Source:.
/// </summary>
public static string MainView_Source {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 4dee81b03..0b8c69afa 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -187,7 +187,7 @@ <value>Show Queue</value>
</data>
<data name="MainView_Source" xml:space="preserve">
- <value>Source</value>
+ <value>Source:</value>
</data>
<data name="MainView_StartEncode" xml:space="preserve">
<value>Start Encode</value>
|