diff options
author | sr55 <[email protected]> | 2014-11-15 17:57:45 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-11-15 17:57:45 +0000 |
commit | 38ec1ddd1774cd30c94e8894def48334db9c088e (patch) | |
tree | 6a03bc6690e08e744d3d0d6360c5024c14dd21a3 /win/CS/HandBrakeWPF/Properties/Resources.resx | |
parent | 178055daedba376d07f8bf83046aa5dac4ed9e36 (diff) |
WinGui: Improve the error message when importing a preset fails.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6521 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.resx')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 8e4c82d29..c74324d6a 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -536,4 +536,11 @@ Not both at the same time!</value> <data name="Main_UnableToLoadHelpSolution" xml:space="preserve">
<value>You can still access the help pages by visiting the website directly at: https://handbrake.fr</value>
</data>
+ <data name="Main_PresetImportFailed" xml:space="preserve">
+ <value>Unable to import the selected preset.</value>
+ </data>
+ <data name="Main_PresetImportFailedSolution" xml:space="preserve">
+ <value>The preset may be corrupted or from an older version of HandBrake which is not supported.
+Presets from older versions must be re-created in the current version.</value>
+ </data>
</root>
\ No newline at end of file |