diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-20 10:50:14 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-20 10:50:14 +0100 |
commit | 42c417bf0bae48f55d12ffa832b085d994a0b81c (patch) | |
tree | 744f47631d0129296a672aed6ef0ca5d2222f8b9 /osdteletext.c | |
parent | 21e403d27bb54fef901cdb9145fe309a560af3c7 (diff) | |
download | vdr-plugin-osdteletext-42c417bf0bae48f55d12ffa832b085d994a0b81c.tar.gz vdr-plugin-osdteletext-42c417bf0bae48f55d12ffa832b085d994a0b81c.tar.bz2 |
Removed the "OSD" from the main menu entry as suggested by Davide Cavalca
Diffstat (limited to 'osdteletext.c')
-rw-r--r-- | osdteletext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osdteletext.c b/osdteletext.c index 32777b7..eb65ada 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -27,7 +27,7 @@ using namespace std; static const char *VERSION = "0.7.0"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); -static const char *MAINMENUENTRY = trNOOP("Teletext (OSD)"); +static const char *MAINMENUENTRY = trNOOP("Teletext"); class cPluginTeletextosd : public cPlugin { private: |