From 9d9684f5bcfaabd05f4d41b0c7d2a35d7b1a489c Mon Sep 17 00:00:00 2001 From: methodus Date: Thu, 1 Nov 2012 17:05:33 +0100 Subject: Added german and finnish translation and some fixes. Thanks to Rolf Ahrenberg --- upnp.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'upnp.cpp') 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-dir= 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-dir= Specifies the directory\n" + " where the the database\n" + " file shall be located.\n"); } bool cPluginUpnp::ProcessArgs(int argc, char *argv[]) -- cgit v1.2.3