diff options
| -rw-r--r-- | plgconfig.h | 2 | ||||
| -rw-r--r-- | po/de_DE.po | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plgconfig.h b/plgconfig.h index 46d4d10..f000376 100644 --- a/plgconfig.h +++ b/plgconfig.h @@ -38,7 +38,7 @@ struct cEpg2VdrConfig : public cEpgConfig int showEmptyChannels; int extendedEpgData2Aux; int switchTimerNotifyTime; - int closeOnSwith {no}; + int closeOnSwith {yes}; }; extern cEpg2VdrConfig Epg2VdrConfig; diff --git a/po/de_DE.po b/po/de_DE.po index 274a37f..6a8c208 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -92,7 +92,7 @@ msgid "Show Channels without EPG" msgstr "Zeige Kanäle ohne EPG" msgid "Close Menu on Channel Switch (at blue key)" -msgstr "" +msgstr "Menü beim Umschalten über 'blau' schließen" msgid "Switch timer notification timer [s]" msgstr "OSD Meldung bevor umgeschaltet wird [s]" |
