summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/impressive-display2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/impressive-display b/bin/impressive-display
index 1cfc90f..7e2c782 100755
--- a/bin/impressive-display
+++ b/bin/impressive-display
@@ -138,7 +138,7 @@ fi
if `echo ${!DISPLAYS[@]} | grep -q "$THIS_HOSTNAME"`; then
- $OUTPUT "INFO: $THIS_HOSTNAME has extra properties. loading it.."
+ $OUTPUT "INFO: $THIS_HOSTNAME has extra properties. loading them.."
if echo ${DISPLAYS[$THIS_HOSTNAME]} | grep -q "pdf_uri="; then
PDF_URI=`echo ${DISPLAYS[$THIS_HOSTNAME]} | sed -r -e 's/(^|.*\|)pdf_uri=([^|]*).*/\2/'`