diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-17 20:57:01 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-17 20:57:01 +0000 |
| commit | f4705d1059b2b1b2844e7ed9429a96392c993973 (patch) | |
| tree | 457d6f9107a4832d59f600bab9b85e4e9d4b82aa /lib/python/Tools/FuzzyDate.py | |
| parent | 8fe79ba2f6ea1cb50225d7e9343ec9cd47632cd0 (diff) | |
| download | enigma2-f4705d1059b2b1b2844e7ed9429a96392c993973.tar.gz enigma2-f4705d1059b2b1b2844e7ed9429a96392c993973.zip | |
add missing translations
Diffstat (limited to 'lib/python/Tools/FuzzyDate.py')
| -rw-r--r-- | lib/python/Tools/FuzzyDate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Tools/FuzzyDate.py b/lib/python/Tools/FuzzyDate.py index 121b85b8..dac72cf0 100644 --- a/lib/python/Tools/FuzzyDate.py +++ b/lib/python/Tools/FuzzyDate.py @@ -7,7 +7,7 @@ def FuzzyTime(t): if d[:3] == n[:3]: # same day - date = "Today" + date = _("Today") elif ((t - nt) < 7*86400) and (nt < t): # same week date = ("Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun")[d[6]] |
