diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-08-22 12:36:31 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-08-22 12:36:31 +0000 |
| commit | 7757e386293b047a208aa4558f59905476bac5c6 (patch) | |
| tree | 5a7c2aa2941781bbcaabbeae9739c1d9d5a6ab4e /lib/python | |
| parent | ec5be08b08e4163539937341316230241f6d2eda (diff) | |
| download | enigma2-7757e386293b047a208aa4558f59905476bac5c6.tar.gz enigma2-7757e386293b047a208aa4558f59905476bac5c6.zip | |
fix
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Tools/NumericalTextInput.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Tools/NumericalTextInput.py b/lib/python/Tools/NumericalTextInput.py index be645318..d923290d 100644 --- a/lib/python/Tools/NumericalTextInput.py +++ b/lib/python/Tools/NumericalTextInput.py @@ -10,7 +10,7 @@ class NumericalTextInput: if self.lang == 'de_DE': self.mapping.append (".,?'\"0-()@/:_") # 0 self.mapping.append (" 1") # 1 - self.mapping.append ("aäbc2AABC") # 2 + self.mapping.append ("aäbc2AÄBC") # 2 self.mapping.append ("def3DEF") # 3 self.mapping.append ("ghi4GHI") # 4 self.mapping.append ("jkl5JKL") # 5 |
