aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2008-11-18 13:04:38 +0100
committerFraxinas <andreas.frisch@multimedia-labs.de>2008-11-18 13:04:38 +0100
commit5cb7cb980986fe89da490d8d5c2a73b935844724 (patch)
tree5286c33deba64c26abfc1f943c3166e953da6bbf /lib
parent0aaff23c4b0ef5a1a8b21489fe00f1ac94cfc1f6 (diff)
downloadenigma2-5cb7cb980986fe89da490d8d5c2a73b935844724.tar.gz
enigma2-5cb7cb980986fe89da490d8d5c2a73b935844724.zip
use already translated string
Diffstat (limited to 'lib')
-rw-r--r--lib/python/Plugins/Extensions/PicturePlayer/plugin.py2
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)):