Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ConstellationsFlashCards.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ConstellationsFlashCards.py b/ConstellationsFlashCards.py
index 6a3b11b..17418d6 100644
--- a/ConstellationsFlashCards.py
+++ b/ConstellationsFlashCards.py
@@ -245,6 +245,7 @@ class ChartDisplay(Gtk.DrawingArea):
buttonq1.set_sensitive(True)
quiz_count = quiz_count + 1
labelr1.set_label(str(quiz_count) + _(" constellations seen. "))
+ self.context.answer_status.set_text(_(""))
labelr3.set_label(str(correct_first_count) + _(" correct on first try. "))
labelr4.set_label(str(correct_second_count) + _(" correct on second try."))
self.plotchart(True)