]> git.sesse.net Git - vlc/commitdiff
help: fix semi-colon wrongly stated where colon or comma is expected
authorErwan Tulou <erwan10@videolan.org>
Wed, 14 Apr 2010 09:41:46 +0000 (11:41 +0200)
committerErwan Tulou <erwan10@videolan.org>
Wed, 14 Apr 2010 09:44:25 +0000 (11:44 +0200)
src/libvlc-module.c

index b8802cf70a6644f1377274d87fbee1e6222246ef..d4077fe6b3e65609b997f51cb8b2d8f036da40ea 100644 (file)
@@ -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_( \