branch: elpa/annotate commit 7c759ba9eb199c1c850b301a45d7aa70fbf9116f Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- fixed english language error. --- annotate.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/annotate.el b/annotate.el index d2df7aadd4..a587ce8e06 100644 --- a/annotate.el +++ b/annotate.el @@ -123,9 +123,9 @@ less than this size (in characters)" (defconst annotate-warn-file-changed-control-string (concat "The file '%s' has changed on disk " - "from the last time the annotations was saved.\n" + "from the last time the annotations were saved.\n" "Chances are that they will not be displayed correctly") - "The message to warn user that file has been modified and + "The message to warn the user that file has been modified and annototatnions position could be outdated") (defcustom annotate-blacklist-major-mode '(org-mode)