Variable: todo-categories-category-label
todo-categories-category-label is a customizable variable defined in
todo-mode.el.gz.
Value
"Category"
Documentation
Category button label in Todo Categories mode.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
;; -----------------------------------------------------------------------------
;;; Displaying and sorting tables of categories
;; -----------------------------------------------------------------------------
(defcustom todo-categories-category-label "Category"
"Category button label in Todo Categories mode."
:type 'string
:group 'todo-categories)