X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=handlers%2F20_title.sh;h=a7c98a5de47ca93fe61ec243ab9f3a4193618b7f;hb=c21abbf18a78baba5577ced295df1a5842baf0d8;hp=a0079d2d594001abe62069a914cf2a195c1f76c3;hpb=3a2e8368acb337c5b96faff1e0aeed58c04b5a99;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