diff options
author | sr55 <[email protected]> | 2011-06-02 19:03:17 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-06-02 19:03:17 +0000 |
commit | d567b769982ef6228b5ab6af4a6c41b07dc7ee97 (patch) | |
tree | a590a3c3f0509a6860387f7016fbc96a35cd0b29 /win/CS/frmOptions.resx | |
parent | 2367252e6137aa96fd8d2eb1ec85d909a77ab697 (diff) |
WinGui: Improvements to the AutoName functionality.
- Added more flexibility to the "{source_path}" option so that it can now be used with additional folders listed after it. e.g. "{source_path}\encoded". It is no longer limited to just that folder.
- Added an option to put todays date in the output filename "{date}"
- Some tweaks to the way warnings are displayed when using these features to make them a bit less annoying.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4017 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/frmOptions.resx')
-rw-r--r-- | win/CS/frmOptions.resx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/frmOptions.resx b/win/CS/frmOptions.resx index 98e4d33cc..110371424 100644 --- a/win/CS/frmOptions.resx +++ b/win/CS/frmOptions.resx @@ -142,7 +142,8 @@ 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>
+It will substitute the name of the folder where the source is located.
+Note, this can't be used with the {source_path} option!</value>
</data>
<data name="check_showCliForInGUIEncode.ToolTip" xml:space="preserve">
<value>Shows the CLI window when encoding.
|