summaryrefslogtreecommitdiff
path: root/upnp.cpp
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-11-01 17:05:33 +0100
committermethodus <methodus@web.de>2012-11-01 17:05:33 +0100
commit9d9684f5bcfaabd05f4d41b0c7d2a35d7b1a489c (patch)
tree5f7d21d1d7113b0ff3da6a8397670113ae061204 /upnp.cpp
parent36698ebe1b5dfa6f95041b168c9218d66ee0eb03 (diff)
downloadvdr-plugin-upnp-9d9684f5bcfaabd05f4d41b0c7d2a35d7b1a489c.tar.gz
vdr-plugin-upnp-9d9684f5bcfaabd05f4d41b0c7d2a35d7b1a489c.tar.bz2
Added german and finnish translation and some fixes. Thanks to Rolf Ahrenberg
Diffstat (limited to 'upnp.cpp')
-rw-r--r--upnp.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/upnp.cpp b/upnp.cpp
index 047cebe..f634b5e 100644
--- a/upnp.cpp
+++ b/upnp.cpp
@@ -26,12 +26,12 @@ cPluginUpnp::~cPluginUpnp()
const char *cPluginUpnp::CommandLineHelp(void)
{
- return " The UPnP/DLNA server is designed to detect everything automatically.\n"
- " Therefore the user is not required to change most of the settings.\n"
- " \n"
- " -d <DB directory> --db-dir=<DB directory> Specifies the directory\n"
- " where the the database\n"
- " file shall be located.\n";
+ return tr(" The UPnP/DLNA server is designed to detect everything automatically.\n"
+ " Therefore the user is not required to change most of the settings.\n"
+ " \n"
+ " -d <DB directory> --db-dir=<DB directory> Specifies the directory\n"
+ " where the the database\n"
+ " file shall be located.\n");
}
bool cPluginUpnp::ProcessArgs(int argc, char *argv[])