fix README and alert text

This commit is contained in:
raphael
2020-04-29 19:24:24 +02:00
parent d173c7728c
commit 9a4f32c99a
2 changed files with 3 additions and 3 deletions

View File

@@ -726,7 +726,7 @@ function main() {
}
if (!imgItemFound && whiteboard.tool != "text") {
showBasicAlert("Please Drag&Drop the image into the Whiteboard. (Browsers don't allow copy+past from the filesystem directly)");
showBasicAlert("Please Drag&Drop the image or pdf into the Whiteboard. (Browsers don't allow copy+past from the filesystem directly)");
}
}
});