diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 334c77073..ad6f64130 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -4093,7 +4093,7 @@ namespace HandBrakeWPF.Properties { } /// <summary> - /// Looks up a localized string similar to Export Queue for CLI. + /// Looks up a localized string similar to Export Queue. /// </summary> public static string QueueView_Export { get { @@ -4102,6 +4102,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Export Queue (CLI Only). + /// </summary> + public static string QueueView_ExportCLI { + get { + return ResourceManager.GetString("QueueView_ExportCLI", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Filesize: . /// </summary> public static string QueueView_FileSize { |