diff options
author | sr55 <[email protected]> | 2011-04-22 18:07:12 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-04-22 18:07:12 +0000 |
commit | 47221be3bbe8d7dae0a714d736ae0f0b23ee08ba (patch) | |
tree | 04a0f42bf3fb8bef0e87290bf244a0eb424de23d /win/CS/frmOptions.resx | |
parent | 63a726b5e80d17083b0f8bf3e96c5749df45bc98 (diff) |
WinGui:
- Added new substitute option to the AutoName default path feature. "{source_folder_name}"
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3951 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/frmOptions.resx')
-rw-r--r-- | win/CS/frmOptions.resx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win/CS/frmOptions.resx b/win/CS/frmOptions.resx index 1c6c329c6..6cfdf4403 100644 --- a/win/CS/frmOptions.resx +++ b/win/CS/frmOptions.resx @@ -132,6 +132,14 @@ Note, the file itself is identical. This simply changes the default extension fo <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>
</data>
+ <data name="label34.ToolTip" xml:space="preserve">
+ <value>{source_path} = Use the same directory as the source is in.
+This option has to be used on it's own and can not be used as part of a path.
+
+{source_folder_name} = Uses the folder name where the source is stored.
+You can insert this anywhere in your path. e.g. c:\movies\{source_folder_name}
+It will substitute the name of the folder where the source is located.</value>
+ </data>
<data name="check_showCliForInGUIEncode.ToolTip" xml:space="preserve">
<value>Shows the CLI window when encoding.
You may wish to enable this as you'll be able to cleanly exit the CLI using ctrl-c
|