summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-03-29 21:31:49 +0000
committersr55 <[email protected]>2019-03-29 21:32:12 +0000
commite8f5368c4000cf6a07ee4ad28393ce0051fb7d22 (patch)
treeb4644537dcbcc526cefeddaa8c17aca1efb59b2e /win/CS/HandBrakeWPF/Properties
parentb4ed40ff134ff8cdae35b5b8ec06bd7f5c4465ea (diff)
WinGui: Increase Queue Window size and make more space for the Filenames on the left panel. #2009
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.Designer.cs6
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.resx4
2 files changed, 5 insertions, 5 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
index 14d2c2732..13ecd9daa 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
@@ -19,7 +19,7 @@ namespace HandBrakeWPF.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
@@ -3842,7 +3842,7 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
- /// Looks up a localized string similar to Destination: .
+ /// Looks up a localized string similar to Dest: .
/// </summary>
public static string QueueView_Destination {
get {
@@ -4067,7 +4067,7 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
- /// Looks up a localized string similar to Source: .
+ /// Looks up a localized string similar to Src: .
/// </summary>
public static string QueueView_Source {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx
index 066b249ab..4546be660 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.resx
+++ b/win/CS/HandBrakeWPF/Properties/Resources.resx
@@ -1458,7 +1458,7 @@ This will not affect your current settings in the Subtitle tab.</value>
<value>Delete</value>
</data>
<data name="QueueView_Destination" xml:space="preserve">
- <value>Destination: </value>
+ <value>Dest: </value>
</data>
<data name="QueueView_DoNothing" xml:space="preserve">
<value>Do nothing</value>
@@ -1527,7 +1527,7 @@ This will not affect your current settings in the Subtitle tab.</value>
<value>Shutdown</value>
</data>
<data name="QueueView_Source" xml:space="preserve">
- <value>Source: </value>
+ <value>Src: </value>
</data>
<data name="QueueView_Start" xml:space="preserve">
<value>Start Queue</value>