summaryrefslogtreecommitdiff
path: root/exif.c
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2006-08-27 20:10:03 +0000
committerAndreas Brachold <vdr07@deltab.de>2006-08-27 20:10:03 +0000
commitf23ebb706d3dae006b1dfeab9fd5bf833790cbf5 (patch)
tree4c1adb9bb01df42f93beff3f0c1a9f3f708a616d /exif.c
parent8235cff4678db2cb334612d4f97d9233d337a905 (diff)
downloadvdr-plugin-image-f23ebb706d3dae006b1dfeab9fd5bf833790cbf5.tar.gz
vdr-plugin-image-f23ebb706d3dae006b1dfeab9fd5bf833790cbf5.tar.bz2
Create LIBDIR if'nt exist
Updated some i18n text
Diffstat (limited to 'exif.c')
-rw-r--r--exif.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/exif.c b/exif.c
index d9d9ed0..6e80638 100644
--- a/exif.c
+++ b/exif.c
@@ -148,12 +148,12 @@ void cImageMenuExif::Display(void)
const char* szButton = NULL;
if(m_bDisplayTags) {
if(m_strTextMarker.length())
- szButton = tr("Marker");
+ szButton = tr("Button$Marker");
} else {
if(m_strTextTag.length())
- szButton = tr("Tags");
+ szButton = tr("Button$Tags");
}
- SetHelp(szButton, NULL, NULL, tr("Back"));
+ SetHelp(szButton, NULL, NULL, tr("Button$Back"));
cOsdMenu::Display();
DisplayMenu()->SetText(m_bDisplayTags