From dc8fa8205d177619bc128468b255fb99f4626813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Krause?= Date: Mon, 8 Dec 2014 23:44:51 +0100 Subject: [PATCH] package/mpd: make all package names in help text uppercase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make the package name uppercase to be consistent in all the help texts. Signed-off-by: Jörg Krause Signed-off-by: Thomas Petazzoni --- package/mpd/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/mpd/Config.in b/package/mpd/Config.in index 4097f5261c..3435b05065 100644 --- a/package/mpd/Config.in +++ b/package/mpd/Config.in @@ -273,9 +273,9 @@ config BR2_PACKAGE_MPD_TCP bool "tcp sockets" default y help - Enable mpd to listen on tcp sockets. + Enable MPD to listen on tcp sockets. - You want this on if mpd and the client(s) work + You want this on if MPD and the client(s) work on different machines (the usual scenario). config BR2_PACKAGE_MPD_UPNP @@ -283,7 +283,7 @@ config BR2_PACKAGE_MPD_UPNP select BR2_PACKAGE_EXPAT select BR2_PACKAGE_LIBUPNP help - Enable mpd UPnP client support. + Enable MPD UPnP client support. endif