summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
diff options
context:
space:
mode:
authorScott <[email protected]>2015-10-30 20:42:33 +0000
committerScott <[email protected]>2015-10-30 20:42:33 +0000
commitccf4b57959c7a454e01c5491a03e5c144b712114 (patch)
treed0569a276da51240622c921f93455df8f83f44f9 /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
parentd08fc5eea2727c74b12bc0d8fd127c7672804491 (diff)
Tidy up the Preset Service. Preset version checking should now be working for the new format.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.Designer.cs17
1 files changed, 15 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
index 6cc8e0f60..30084463c 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
@@ -1131,7 +1131,9 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
- /// Looks up a localized string similar to HandBrake is unable to load your user presets because they are from an older version of HandBrake. Your old presets file has been renamed so that it doesn&apos;t get loaded on next launch..
+ /// Looks up a localized string similar to HandBrake has detected your presets file is from an older version.
+ ///It will try and load the file anyway.
+ ///If it fails, it will archive off the old file and create a new one..
/// </summary>
public static string PresetService_PresetsOutOfDate {
get {
@@ -1140,7 +1142,7 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
- /// Looks up a localized string similar to Unable to load user presets..
+ /// Looks up a localized string similar to Unable to load presets..
/// </summary>
public static string PresetService_UnableToLoad {
get {
@@ -1149,6 +1151,17 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to HandBrake was unable to load your presets file. It may have been from an older unsupported version of HandBrake or corrupted.
+ ///
+ ///Your old presets file was archived to:.
+ /// </summary>
+ public static string PresetService_UnableToLoadPresets {
+ get {
+ return ResourceManager.GetString("PresetService_UnableToLoadPresets", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Preview.
/// </summary>
public static string Preview {