From 714088023520b5dacd9193eade5df5018e36d151 Mon Sep 17 00:00:00 2001 From: Erwan Tulou Date: Wed, 14 Apr 2010 11:41:46 +0200 Subject: [PATCH] help: fix semi-colon wrongly stated where colon or comma is expected --- src/libvlc-module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvlc-module.c b/src/libvlc-module.c index b8802cf70a..d4077fe6b3 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -1226,7 +1226,7 @@ static const char *const ppsz_albumart_descriptions[] = #define SD_TEXT N_( "Services discovery modules") #define SD_LONGTEXT N_( \ "Specifies the services discovery modules to load, separated by " \ - "semi-colons. Typical values are sap, hal, ..." ) + "colons. Typical values are sap, hal, ..." ) #define RANDOM_TEXT N_("Play files randomly forever") #define RANDOM_LONGTEXT N_( \ -- 2.39.2