diff options
author | sr55 <[email protected]> | 2016-06-09 20:46:33 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2016-06-09 20:46:33 +0100 |
commit | 2002aa9754292c08ae831051d4c6aa9268753593 (patch) | |
tree | 0ce6b6b5103ace7ce3becf5b45fb05ec65ff3ebc /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | |
parent | cea9d238dbc4c09788604a15672145bde5fad29e (diff) |
WinGui: Add {preset} to autoname options. This is a non-live option meaning it only changes when the title changes. (Same as {date} {time} {quality} {bitrate}). Implements #156
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 297a5caf1..ce0ed2cbd 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -1119,7 +1119,7 @@ namespace HandBrakeWPF.Properties { /// Looks up a localized string similar to The format of the output file. In addition to any supported file system character, you can use the following placeholders that will be replaced when you change title or scan a source.
///
///Live Update Options: {source} {title} {chapters}
- ///Non-Live Options: {date} {time} {quality} {bitrate} (These only change if you scan a new source, change title or chapters).
+ ///Non-Live Options: {date} {time} {quality} {bitrate} {preset} (These only change if you scan a new source, change title or chapters).
/// </summary>
public static string Options_AdditionalFormatOptions {
get {
|