summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-01-23 18:00:55 +0000
committersr55 <[email protected]>2015-01-23 18:00:55 +0000
commit2ed21d4f40e109da31b9a8e3da4ca7633dcf378c (patch)
tree31f0e5ae423e11304266833680293dae7c8f7e7c /win/CS/HandBrakeWPF/Properties
parent83f65503203d8c1db0a12d3377e8c20f8eb120e7 (diff)
WinGui: Improve the extra args tooltip.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6806 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.Designer.cs9
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.resx3
2 files changed, 12 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
index 1bcbbbae1..5770105f6 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
@@ -920,6 +920,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Additional advanced arguments that can be passed to the video encoder..
+ /// </summary>
+ public static string Video_EncoderExtraArgsTooltip {
+ get {
+ return ResourceManager.GetString("Video_EncoderExtraArgsTooltip", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Sets and ensures compliance with the specified H.264 Levels. This will override all other settings..
/// </summary>
public static string Video_EncoderLevel {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx
index aa554ffa9..b21a76e81 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.resx
+++ b/win/CS/HandBrakeWPF/Properties/Resources.resx
@@ -549,4 +549,7 @@ Presets from older versions must be re-created in the current version.</value>
Please use the 'Extra Options' box on the 'Video' tab to input any additional encoder parameters you may need.</value>
</data>
+ <data name="Video_EncoderExtraArgsTooltip" xml:space="preserve">
+ <value>Additional advanced arguments that can be passed to the video encoder.</value>
+ </data>
</root> \ No newline at end of file