diff options
author | sr55 <[email protected]> | 2017-06-07 20:31:46 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-06-07 20:31:46 +0100 |
commit | e2632a1177355ad0d502c06c288bdad4e01c0b35 (patch) | |
tree | 91c2a577f8e7e0e8d87bbd4ebb77f360aa2985bd /win/CS/HandBrakeWPF/Properties/Resources.resx | |
parent | 8750a04ef458722e8c4c9b3a3af3ddfec9835619 (diff) |
WinGui: Support importing preset categories that can be exported from the MacGUI. Also fix a few minor bugs in the preset factory.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.resx')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index dbd14c314..2e318f3cd 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -378,7 +378,7 @@ In order to use the QuickSync encoder, you must: <value>You can not import a preset with the same name as a built-in preset.</value>
</data>
<data name="Main_PresetOverwriteWarning" xml:space="preserve">
- <value>This preset appears to already exist. Would you like to overwrite it?</value>
+ <value>The preset "{0}" already exists. Would you like to overwrite it?</value>
</data>
<data name="Main_Presets" xml:space="preserve">
<value>Presets</value>
|