From 40602f673a71a1e4c1c867e7bc01e4f21e8666ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sun, 7 Jun 2009 01:02:34 +0200 Subject: Added translators info --- menu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'menu.c') diff --git a/menu.c b/menu.c index e0ba5f5..067ff7b 100644 --- a/menu.c +++ b/menu.c @@ -22,6 +22,7 @@ void cText2SkinSetupPage::Setup(void) { #if VDRVERSNUM >= 10344 Add(new cMenuEditBoolItem(tr("Show auxiliary infos of recordings"), &mData.ShowAux)); if (mData.ShowAux) + // TRANSLATORS: note the leading blanks! Add(new cMenuEditBoolItem(tr(" Extract known tags"), &mData.StripAux)); #endif #if VDRVERSNUM >= 10330 -- cgit v1.2.3