From f23ebb706d3dae006b1dfeab9fd5bf833790cbf5 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sun, 27 Aug 2006 20:10:03 +0000 Subject: Create LIBDIR if'nt exist Updated some i18n text --- exif.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'exif.c') 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 -- cgit v1.2.3