]> git.plutz.net Git - shellwiki/blobdiff - handlers/20_title.sh
Merge commit 'fb04e54ec3eecd4420c0f65780bc1099c911373a'
[shellwiki] / handlers / 20_title.sh
index a0079d2d594001abe62069a914cf2a195c1f76c3..a7c98a5de47ca93fe61ec243ab9f3a4193618b7f 100755 (executable)
@@ -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