Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LetterMatch.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/LetterMatch.py b/LetterMatch.py
index 1790952..0cb3e98 100644
--- a/LetterMatch.py
+++ b/LetterMatch.py
@@ -189,8 +189,9 @@ class LetterMatch(activity.Activity):
text = self.letter_entry.get_text().strip()
if text and len(text) > 0:
if len(text) != 1:
- text = text[0]
- self.letter_entry.set_text(text)
+ text = text[0].upper()
+ text = text.upper()
+ self.letter_entry.set_text(text)
self.letter = text
if self.letter in self.data_from_journal:
self.data_from_journal[self.letter].append(