1
1
Fork 0

updated error text for multiple open videos

This commit is contained in:
David Starzengruber 2011-01-19 15:05:52 +01:00
parent cc650c08d1
commit 64909add6e
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ if [ -z $secondfile ]; then
fi
done
else
echo "error: there should just be one open video window"
echo 'error: there should just be one open video window (if no multiple youtube videos open try "rm -rf /tmp/Flash*")'
exit 1
fi