diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-18 13:04:38 +0100 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-18 13:04:38 +0100 |
| commit | 5cb7cb980986fe89da490d8d5c2a73b935844724 (patch) | |
| tree | 5286c33deba64c26abfc1f943c3166e953da6bbf /lib | |
| parent | 0aaff23c4b0ef5a1a8b21489fe00f1ac94cfc1f6 (diff) | |
| download | enigma2-5cb7cb980986fe89da490d8d5c2a73b935844724.tar.gz enigma2-5cb7cb980986fe89da490d8d5c2a73b935844724.zip | |
use already translated string
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/python/Plugins/Extensions/PicturePlayer/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/PicturePlayer/plugin.py b/lib/python/Plugins/Extensions/PicturePlayer/plugin.py index 0cdab563..aeca12dc 100644 --- a/lib/python/Plugins/Extensions/PicturePlayer/plugin.py +++ b/lib/python/Plugins/Extensions/PicturePlayer/plugin.py @@ -202,7 +202,7 @@ class Pic_Exif(Screen): "cancel": self.close }, -1) - exifdesc = [_("Filename:"), "EXIF-Version:", "Make:", "Camera:", "Date/Time:", "Width / Height:", "Flash used:", "Orientation:", "User Comments:", "Metering Mode:", "Exposure Program:", "Light Source:", "CompressedBitsPerPixel:", "ISO Speed Rating:", "X-Resolution:", "Y-Resolution:", "Resolution Unit:", "Brightness:", "Exposure Time:", "Exposure Bias:", "Distance:", "CCD-Width:", "ApertureFNumber:"] + exifdesc = [_("filename")+':', "EXIF-Version:", "Make:", "Camera:", "Date/Time:", "Width / Height:", "Flash used:", "Orientation:", "User Comments:", "Metering Mode:", "Exposure Program:", "Light Source:", "CompressedBitsPerPixel:", "ISO Speed Rating:", "X-Resolution:", "Y-Resolution:", "Resolution Unit:", "Brightness:", "Exposure Time:", "Exposure Bias:", "Distance:", "CCD-Width:", "ApertureFNumber:"] list = [] for x in range(len(exiflist)): |
