amalgame/commit

IMPROVED: UI only: table header on startpage

authorJacco van Ossenbruggen
Wed Apr 29 11:27:41 2015 +0200
committerJacco van Ossenbruggen
Wed Apr 29 11:27:41 2015 +0200
commit8e9026be20a1c51ac3b175f801c0b02c071c0294
treead30acf4ad1439fcf8bbfbdad7f10bf6002e7ab1
parentde0482e83d096157661886865de3aa5722ed4599
Diff style: patch stat
diff --git a/components/amalgame/startpage.pl b/components/amalgame/startpage.pl
index 4b99a98..74a9ebb 100644
--- a/components/amalgame/startpage.pl
+++ b/components/amalgame/startpage.pl
@@ -196,9 +196,9 @@ html_vocab_head -->
 	html([th([]),
 	      th(class(name),       name),
 	      th(class(version),    version),
-	      th(class(count),     'estimated #concepts'),
-	      th(class(preflangs), 'prefLabels'),
-	      th(class(altlangs),  'altLabels')
+	      th(class(count),     '(estimated) #concepts'),
+	      th(class(preflangs), 'prefLabel langs'),
+	      th(class(altlangs),  'altLabels langs')
 	     ]).
 
 html_vocab_rows([]) --> !.