diff options
author | Scott <[email protected]> | 2015-12-14 19:59:27 +0000 |
---|---|---|
committer | Scott <[email protected]> | 2015-12-14 20:12:29 +0000 |
commit | cd2eb1c2b13d15dd58842d8eabea978075979554 (patch) | |
tree | b65472c608e76c154a54e6c2599fd064a8e72ef3 /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | |
parent | 808c4c5e353e08e32d54c48dce96598996b1c91c (diff) |
WinGui: Ability to Force Preset updates change tidy up
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 752fd547e..c0b0c61d8 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -1250,6 +1250,16 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to HandBrake is unable to upgrade your presets file to a new version format.
+ ///Your preset file will be archived and new one created. You will need to re-create your own presets..
+ /// </summary>
+ public static string Presets_PresetForceReset {
+ get {
+ return ResourceManager.GetString("Presets_PresetForceReset", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The Built-in presets have been reset..
/// </summary>
public static string Presets_ResetComplete {
|