From 0461d7288400ae405215fc9cd987093cb213b694 Mon Sep 17 00:00:00 2001 From: Arthur Barrett Date: Thu, 28 Feb 2013 16:31:15 -0500 Subject: [PATCH] fixed tag prompt default text --- common/lib/capa/capa/inputtypes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/lib/capa/capa/inputtypes.py b/common/lib/capa/capa/inputtypes.py index 7abaf0fe69..43531d19ee 100644 --- a/common/lib/capa/capa/inputtypes.py +++ b/common/lib/capa/capa/inputtypes.py @@ -956,7 +956,7 @@ class AnnotationInput(InputTypeBase): Agamemnon says that ate or 'derangement' was the cause of his actions: why could Zeus say the same thing? Type a commentary below: - Select one or more tags: + Select one tag: @@ -980,7 +980,7 @@ class AnnotationInput(InputTypeBase): self.text = xml.findtext('./text') self.comment = xml.findtext('./comment') self.comment_prompt = xml.findtext('./comment_prompt', 'Type a commentary below:') - self.tag_prompt = xml.findtext('./tag_prompt', 'Select one or more tags:') + self.tag_prompt = xml.findtext('./tag_prompt', 'Select one tag:') self.options = self._find_options() # Need to provide a value that JSON can parse if there is no