summaryrefslogtreecommitdiff
path: root/src/indexbody
diff options
context:
space:
mode:
Diffstat (limited to 'src/indexbody')
-rwxr-xr-xsrc/indexbody3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/indexbody b/src/indexbody
index 75d7f1d..e1b8017 100755
--- a/src/indexbody
+++ b/src/indexbody
@@ -25,6 +25,7 @@ FILENAME="${1:-}"
SORTDATA="${2:-"$(dirname -- "$FILENAME")"/sortdata.txt}"
eval "$(assert-arg -- "$FILENAME" 'FILENAME.conf')"
. ./"$FILENAME"
+PLURAL="$(cat "$names_dir"/categories/"$lang".txt)"
header() {
@@ -33,7 +34,7 @@ header() {
Atom feed
<a href="feed.xml"><img src="$feedicon_url" class="icon" /></a>
and feeds by
- <a href="categories.html">categories</a>.
+ <a href="$PLURAL.html">$PLURAL</a>.
</p>
EOF
}