diff --git a/ChangeLog b/ChangeLog index c7d5a571..9b97bcb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-03 Tatsuhiro Tsujikawa + + Removed TEXT_HTTP_SERVER_LISTEN_PORT from translation texts. + * src/usage_text.h + 2009-02-02 Tatsuhiro Tsujikawa Updated doc for --uri-selector, --http-server-listen-port and diff --git a/src/usage_text.h b/src/usage_text.h index 87253dad..58e82764 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -463,8 +463,8 @@ _(" --use-head[=true|false] Use HEAD method for the first request to the HT #define TEXT_EVENT_POLL \ _(" --event-poll=POLL Specify the method for polling events.") #define TEXT_HTTP_SERVER_LISTEN_PORT \ -_(" --http-server-listen-port=PORT Specify a port number for the built-in HTTP\n"\ - " Server to listen to.") + " --http-server-listen-port=PORT Specify a port number for the built-in HTTP\n"\ + " Server to listen to." // Excluded from translation candidiates because it is subject to change. #define TEXT_ENABLE_HTTP_SERVER \ " --enable-http-server[=true|false] Enable the built-in HTTP server. Currently,\n"\