diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 6 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 4 |
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>
|