diff options
author | Andreas Brachold <vdr07@deltab.de> | 2006-08-27 20:10:03 +0000 |
---|---|---|
committer | Andreas Brachold <vdr07@deltab.de> | 2006-08-27 20:10:03 +0000 |
commit | f23ebb706d3dae006b1dfeab9fd5bf833790cbf5 (patch) | |
tree | 4c1adb9bb01df42f93beff3f0c1a9f3f708a616d /exif.c | |
parent | 8235cff4678db2cb334612d4f97d9233d337a905 (diff) | |
download | vdr-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.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |