Added Stichproben tooltip (suggestion by @EleFri)
diff --git a/kalamar.conf b/kalamar.conf
index 4544334..926d816 100644
--- a/kalamar.conf
+++ b/kalamar.conf
@@ -64,7 +64,10 @@
in => 'in',
by => 'von',
with => 'mit',
- glimpse => 'Stichprobe',
+ glimpse => {
+ -short => 'Stichprobe',
+ desc => 'Zeige nur die ersten Treffer in beliebiger Reihenfolge'
+ },
faq => 'Häufige Fragen',
tutorial => 'Einführung',
pubOn => 'veröffentlicht am',
@@ -102,7 +105,10 @@
matchCount => '<%= num($found, "match", "matches") %>',
noMatches => 'There were no matches for <code><%= stash("q") %></code>.',
notFound => '404 - Page not found',
- glimpse => 'Sample',
+ glimpse => {
+ -short => 'Sample',
+ desc => 'Just show the first matches in arbitrary order'
+ },
faq => 'F.A.Q.',
underConstruction => 'Under Construction!',
tutorial => 'Tutorial',