use already translated string
authorFraxinas <andreas.frisch@multimedia-labs.de>
Tue, 18 Nov 2008 12:04:38 +0000 (13:04 +0100)
committerFraxinas <andreas.frisch@multimedia-labs.de>
Tue, 18 Nov 2008 12:04:38 +0000 (13:04 +0100)
lib/python/Plugins/Extensions/PicturePlayer/plugin.py

index 0cdab56..aeca12d 100644 (file)
@@ -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)):