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.Designer.cs | |
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.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 13bc0a312..a2b1d136a 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -832,7 +832,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to This preset appears to already exist. Would you like to overwrite it?.
+ /// Looks up a localized string similar to The preset "{0}" already exists. Would you like to overwrite it?.
/// </summary>
public static string Main_PresetOverwriteWarning {
get {
|