X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=handlers%2F20_title.sh;h=a7c98a5de47ca93fe61ec243ab9f3a4193618b7f;hb=696420310ff6a3ac680935ef50985f0d37c61ad9;hp=a0079d2d594001abe62069a914cf2a195c1f76c3;hpb=c895cb5c92f3b1ab8c61821d79ba2c1438eec304;p=shellwiki diff --git a/handlers/20_title.sh b/handlers/20_title.sh index a0079d2..a7c98a5 100755 --- a/handlers/20_title.sh +++ b/handlers/20_title.sh @@ -29,10 +29,10 @@ fi case $PATH_INFO in *"/[attachment]") - PAGE_TITLE="${PAGE_TITLE} (Attachments)" + PAGE_TITLE="${PAGE_TITLE} ($(_ Attachments))" ;; *"/[revision]") - PAGE_TITLE="${PAGE_TITLE} (Revisions)" + PAGE_TITLE="${PAGE_TITLE} ($(_ Revisions))" ;; esac