[vlc-commits] commit: help: fix semi-colon wrongly stated where colon or comma is expected ( Erwan Tulou )
git at videolan.org
git at videolan.org
Wed Apr 14 11:45:36 CEST 2010
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Wed Apr 14 11:41:46 2010 +0200| [714088023520b5dacd9193eade5df5018e36d151] | committer: Erwan Tulou
help: fix semi-colon wrongly stated where colon or comma is expected
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=714088023520b5dacd9193eade5df5018e36d151
---
src/libvlc-module.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index b8802cf..d4077fe 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_( \
More information about the vlc-commits
mailing list