diff options
author | sr55 <[email protected]> | 2014-02-17 20:30:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-02-17 20:30:04 +0000 |
commit | 6ac0f1f45d334382b62605db96ea45a81d773aa6 (patch) | |
tree | 2d436f808b7961af3343838ebd36399b865592a6 /win/CS/HandBrakeWPF/Properties/Resources.resx | |
parent | d4327b0f304b99a7650b12622b48e6145794ab65 (diff) |
WinGui: Show a error message when the user has no destination set.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6037 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.resx')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index ee4f864f9..d86c6cc5b 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -501,4 +501,7 @@ Do you wish to proceed?</value> <data name="Preset_UnableToImport_Message" xml:space="preserve">
<value>Unable to import the preset as it appears to be corrupted or from an older version of HandBrake.</value>
</data>
+ <data name="Main_SetDestination" xml:space="preserve">
+ <value>You must first set the destination path for the output file before adding to the queue.</value>
+ </data>
</root>
\ No newline at end of file |