diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-09-06 14:30:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-09-06 14:30:00 +0200 |
commit | 0206d90a49bf6421bbd6531b83cb45a5e94bdff6 (patch) | |
tree | 7218cf8b6491e90548e39630014115969195ec74 /PLUGINS/src/hello/hello.c | |
parent | a079bc9c25ca89150d398573cbb02d7ae1ee6fd0 (diff) | |
download | vdr-0206d90a49bf6421bbd6531b83cb45a5e94bdff6.tar.gz vdr-0206d90a49bf6421bbd6531b83cb45a5e94bdff6.tar.bz2 |
Updated the Turkish language texts of the hello plugin
Diffstat (limited to 'PLUGINS/src/hello/hello.c')
-rw-r--r-- | PLUGINS/src/hello/hello.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/hello/hello.c b/PLUGINS/src/hello/hello.c index 4d87d04f..a9a82cc6 100644 --- a/PLUGINS/src/hello/hello.c +++ b/PLUGINS/src/hello/hello.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: hello.c 1.15 2008/03/18 17:13:25 kls Exp $ + * $Id: hello.c 2.1 2008/09/06 14:30:00 kls Exp $ */ #include <getopt.h> @@ -12,7 +12,7 @@ #include <vdr/interface.h> #include <vdr/plugin.h> -static const char *VERSION = "0.2.2"; +static const char *VERSION = "0.2.3"; static const char *DESCRIPTION = trNOOP("A friendly greeting"); static const char *MAINMENUENTRY = trNOOP("Hello"); |