Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAneesh Dogra <lionaneesh@gmail.com>2012-12-20 21:12:50 (GMT)
committer Aneesh Dogra <lionaneesh@gmail.com>2012-12-20 21:12:50 (GMT)
commitd631408fafb25afae8a25d32fe968d26d131729f (patch)
treedc50cad60a8b124de346446520f5b5dcde01af30
parentd0066cc2d5cfd06012cc9bf4eda1d9788ac8d6fe (diff)
Add spaces.
-rwxr-xr-xConstellationsFlashCards.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ConstellationsFlashCards.py b/ConstellationsFlashCards.py
index 7fbbc31..2c32252 100755
--- a/ConstellationsFlashCards.py
+++ b/ConstellationsFlashCards.py
@@ -812,8 +812,8 @@ class ConstellationsFlashCards(activity.Activity):
# If C_FC.cfg exists, get the previous scores.
self.read_file(self.datafile)
- labelr1.set_label(str(quiz_count) + _(" constellations seen."))
- labelr3.set_label(str(correct_first_count) + _(" correct on first try."))
+ labelr1.set_label(str(quiz_count) + _(" constellations seen. "))
+ labelr3.set_label(str(correct_first_count) + _(" correct on first try. "))
labelr4.set_label(str(correct_second_count) + _(" correct on second try."))
# Establish initial state of controls and do a plot.