Browse Source

Improve error message

Carsten Dominik 15 years ago
parent
commit
12d1fd35cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-mobile.el

+ 1 - 1
lisp/org-mobile.el

@@ -765,7 +765,7 @@ be returned that indicates what went wrong."
 	     (eq org-mobile-force-mobile-change t)
 	     (memq 'tags org-mobile-force-mobile-change))
 	 (org-set-tags-to new1) t)
-	(t (error "State before change was expected as \"%s\", but is \"%s\""
+	(t (error "Tags before change were expected as \"%s\", but are \"%s\""
 		  (or old "") (or current "")))))
 
       (priority