diff options
author | Thomas Günther <tom@toms-cafe.de> | 2009-06-07 01:02:34 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2009-06-07 01:02:34 +0200 |
commit | 40602f673a71a1e4c1c867e7bc01e4f21e8666ae (patch) | |
tree | a9d1323258e4cc570ee86edd42335a709c6e8820 | |
parent | 5f5cb9827b31feb92583349aa5dddf87fd09f0c8 (diff) | |
download | vdr-plugin-text2skin-40602f673a71a1e4c1c867e7bc01e4f21e8666ae.tar.gz vdr-plugin-text2skin-40602f673a71a1e4c1c867e7bc01e4f21e8666ae.tar.bz2 |
Added translators info
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | menu.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,7 @@ ____-__-__: Version 1.3 prevent occasional start/stop of marquee-text - Corrected text in setup menu (timer-conflicts are now checked with epgsearch) - Removed unnecessary yes/no texts from cMenuEditBoolItem calls +- Added translators info 2009-06-01: Version 1.2 @@ -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 |