image_annotation/commit

Minor textual improvements and corrected typo.

authorChris Dijkshoorn
Tue Mar 31 20:02:07 2015 +0100
committerChris Dijkshoorn
Tue Mar 31 20:02:07 2015 +0100
commit480563959f0442c828c8ed764a2b79808bf52d2b
treea74b2e1d0505475f03a3e49e58cc4578afc0ae6f
parenta0c1b3401d27b8766b8a77df0a25a70d7d2a5dcb
Diff style: patch stat
diff --git a/rdf/annotation_ui_bible.ttl b/rdf/annotation_ui_bible.ttl
index c021614..1cd15e0 100644
--- a/rdf/annotation_ui_bible.ttl
+++ b/rdf/annotation_ui_bible.ttl
@@ -66,7 +66,7 @@ abibui:Intensity a ui:Field ;
 	ui:source ( "zeer zwak"@nl "zwak"@nl "gemiddeld"@nl "sterk"@nl "zeer sterk"@nl ) .
 
 abibui:Appraisal a ui:Field ;
-	rdfs:label "Waardering"@nl ;
+	rdfs:label "Morele waardering"@nl ;
 	rdfs:label "Appraisal"@en ;
 	dc:comment "welke waardering kunt u onderscheiden?"@nl ;
 	dc:comment "what appraisal can you descern?"@en ;
diff --git a/web/js/annotation.js b/web/js/annotation.js
index c9a1886..708fbf9 100644
--- a/web/js/annotation.js
+++ b/web/js/annotation.js
@@ -762,7 +762,7 @@ YUI.add('annotation', function(Y) {
 		var index = parseInt(localStorage.getItem("itemIndex"));
 		var clusterId = parseInt(localStorage.getItem("clusterId"));
 		if(query === "expertise values") {
-			context = "recommendation, " + index + ", " + cluserId;
+			context = "recommendation, " + index + ", " + clusterId;
 		} else if (query !== "") {
 			context = "search, " + query + ", " + index + ", " + clusterId;
 		} else {