diff options
author | sr55 <[email protected]> | 2017-05-29 19:35:36 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-05-29 19:35:36 +0100 |
commit | 1af79e413bd7e8d6e75604690942d6dddeb4ec97 (patch) | |
tree | e5e908c646475b47d9fe3aae9c7b1182351116e3 /win/CS/HandBrakeWPF/Properties/Resources.resx | |
parent | ec1ae47d59d52315d7279bafcb883d69803ee96e (diff) |
WinGui: Improved error message on Starting an encode or queue when the destination drive is low on space. Fixes #748
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 6a67940ad..c765c9423 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -849,4 +849,7 @@ Remaining Time: {4}</value> <data name="QueueViewModel_QueuePaused" xml:space="preserve">
<value>Queue Paused</value>
</data>
+ <data name="Main_LowDiskspace" xml:space="preserve">
+ <value>Your destination directory is low on diskspace. Please free up some disk space on your destination drive. Alternatively you can change the level at which this alert triggers in Options. </value>
+ </data>
</root>
\ No newline at end of file |