amalgame/commit

Improve hint when no concept schemes are found, also point to new amalgame:consider_all_labeled_resources setting

authorJacco van Ossenbruggen
Tue Mar 3 15:41:22 2015 +0100
committerJacco van Ossenbruggen
Tue Mar 3 15:41:22 2015 +0100
commit6d3cfe2c067e779259d69683e903c5e18696ef47
tree6c0d9d47fa43e1608b77a4e0a8d1d38cc2fe19e9
parent4d6a948a7d1bc28052e71f2682b7bf263eff0ad0
Diff style: patch stat
diff --git a/components/amalgame/startpage.pl b/components/amalgame/startpage.pl
index a5b5477..1302acf 100644
--- a/components/amalgame/startpage.pl
+++ b/components/amalgame/startpage.pl
@@ -23,11 +23,13 @@
 
 html_new([]) -->
 	html_acc_item(new,
-		      'new alignment strategy: no (SKOS) vocabularies found',
+		      'new alignment strategy: no SKOS ConceptSchemes found',
 		      div([style('padding: 1%')],[
 			  'Please use the Repository drop-down menu to load ',
-			  'the vocabularies you would like to align ',
-			  'into the repository/triple store.'
+			  'the ConceptSchemes you would like to align ',
+			  'into the repository/triple store. ',
+			  'Alternatively, you might want to enable the consider_all_labeled_resources setting to be able to',
+			  'align any rdfs:labeled RDF resource in any named graph (see Admin/Settings menu).'
 		      ]),
 		      [active]
 		     ).