* n00b-proofing

This commit is contained in:
Reinhard Pointner 2015-08-10 17:15:15 +00:00
parent f26266179d
commit b64e2b23a7
1 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ public class MediaBindingBean {
private void checkMediaFile() throws RuntimeException { private void checkMediaFile() throws RuntimeException {
// make sure file is not null, and that it is an existing file // make sure file is not null, and that it is an existing file
if (mediaFile == null) { if (mediaFile == null) {
throw new RuntimeException("Path to media file has not been set"); throw new RuntimeException("Path to media file not set. Click (x)= and select a sample file.");
} }
} }