diff options
Diffstat (limited to 'lisp/org/org-habit.el')
-rw-r--r-- | lisp/org/org-habit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-habit.el b/lisp/org/org-habit.el index cf2f4c81fbd..7911dcff9ab 100644 --- a/lisp/org/org-habit.el +++ b/lisp/org/org-habit.el @@ -180,7 +180,7 @@ This list represents a \"habit\" for the rest of this module." (error "Habit %s has no scheduled date" habit-entry)) (unless scheduled-repeat (error - "Habit '%s' has no scheduled repeat period or has an incorrect one" + "Habit ā%sā has no scheduled repeat period or has an incorrect one" habit-entry)) (setq sr-days (org-habit-duration-to-days scheduled-repeat)) (unless (> sr-days 0) |