diff options
author | sr55 <[email protected]> | 2011-04-27 19:40:41 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-04-27 19:40:41 +0000 |
commit | f3d48d42f46644795c5a35bf117edaeefe496ca3 (patch) | |
tree | c9a7056d0b48c13f20aa7bf687da3441c3177042 /win/CS/frmOptions.resx | |
parent | 2d81a5ec8e0851b306b82eea9fead769ff6517b3 (diff) |
WinGui:
- Automatically attempt to create destination path if it does not exist when starting an encode.
- When adding to queue, it'll optionally ask.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3962 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/frmOptions.resx')
-rw-r--r-- | win/CS/frmOptions.resx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/win/CS/frmOptions.resx b/win/CS/frmOptions.resx index 6cfdf4403..98e4d33cc 100644 --- a/win/CS/frmOptions.resx +++ b/win/CS/frmOptions.resx @@ -120,6 +120,9 @@ <metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>132, 18</value>
</metadata>
+ <metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>132, 18</value>
+ </metadata>
<data name="cb_mp4FileMode.ToolTip" xml:space="preserve">
<value>The default file extension for MP4 Files.
Automatic - This will use M4v when AC3 Audio, SRT Subtitles or Chapters are present, otherwise MP4.
@@ -130,7 +133,8 @@ Note, the file itself is identical. This simply changes the default extension fo </data>
<data name="text_an_path.ToolTip" xml:space="preserve">
<value>This is the default location where your encoded files will be stored if "Automatically name output files" is enabled.
-You can enter {source_path} instead of a path to use the same path as the source file.</value>
+
+Hover over the "Available Options" text below for a more detailed description of the available advanced options.</value>
</data>
<data name="label34.ToolTip" xml:space="preserve">
<value>{source_path} = Use the same directory as the source is in.
|