summaryrefslogtreecommitdiff
path: root/exif.c
diff options
context:
space:
mode:
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