forked from 0x2620/pandora
typo
This commit is contained in:
parent
b9c12b6140
commit
de4cee558c
2 changed files with 2 additions and 2 deletions
2
README
2
README
|
@ -27,7 +27,7 @@ To run pan.do/ra you need to install and setup:
|
|||
python-setuptools python-pip python-virtualenv ipython \
|
||||
python-dev python-imaging python-numpy python-psycopg2 \
|
||||
python-geoip python-html5lib python-lxml \
|
||||
python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-plugins-bad \
|
||||
python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-plugins-bad \
|
||||
postgresql postgresql-contrib rabbitmq-server \
|
||||
ffmpeg2theora libav-tools libavcodec-extra-53 \
|
||||
python-ox oxframe
|
||||
|
|
|
@ -77,7 +77,7 @@ pandora.ui.importAnnotations = function(data) {
|
|||
layer: layer
|
||||
}, function(result) {
|
||||
if (result.data.taskId) {
|
||||
setStatus('Waiting or server to import annotations...');
|
||||
setStatus('Waiting for server to import annotations...');
|
||||
pandora.wait(result.data.taskId, function(result) {
|
||||
if(result.data.status == 'SUCCESS') {
|
||||
setStatus(annotations.length + ' annotations imported.');
|
||||
|
|
Loading…
Reference in a new issue