summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties/Resources.resx
diff options
context:
space:
mode:
authorsr55 <[email protected]>2016-06-09 20:35:11 +0100
committersr55 <[email protected]>2016-06-09 20:35:28 +0100
commitcea9d238dbc4c09788604a15672145bde5fad29e (patch)
tree0562a91de34e8eccb0c649569e738bc7e2ecdfce /win/CS/HandBrakeWPF/Properties/Resources.resx
parentdbc9a88a30efe853ab8d061d1fca7e6a501dc6ea (diff)
WinGui: Check directory permissions before adding a job to the queue for processing. Fixes #219
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.resx')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.resx3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx
index dcb268430..17767838a 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.resx
+++ b/win/CS/HandBrakeWPF/Properties/Resources.resx
@@ -808,4 +808,7 @@ Your preset file will be archived and new one created. You will need to re-creat
<data name="UserSettings_UnableToLoadSolution" xml:space="preserve">
<value>Your user settings file appears to be inaccessible or corrupted. You may have to delete the file and let HandBrake generate a new one.</value>
</data>
+ <data name="Main_NoPermissionsOnDirectory" xml:space="preserve">
+ <value>You do not have the appropriate folder permissions to write files into the directory you have chosen.</value>
+ </data>
</root> \ No newline at end of file