[vlc-commits] core: use more common quote

Jean-Baptiste Kempf git at videolan.org
Fri Jul 10 12:31:31 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 10 12:30:31 2015 +0200| [651687f39d1fd0d5d92bdff5295f4f5cbf5cf264] | committer: Jean-Baptiste Kempf

core: use more common quote

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=651687f39d1fd0d5d92bdff5295f4f5cbf5cf264
---

 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 b5d0462..63ff4e0 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -995,7 +995,7 @@ static const char *const ppsz_prefres[] = {
 #define VOD_SERVER_TEXT N_("VoD server module")
 #define VOD_SERVER_LONGTEXT N_( \
     "You can select which VoD server module you want to use. Set this " \
-    "to `vod_rtsp' to switch back to the old, legacy module." )
+    "to 'vod_rtsp' to switch back to the old, legacy module." )
 
 #define RT_PRIORITY_TEXT N_("Allow real-time priority")
 #define RT_PRIORITY_LONGTEXT N_( \



More information about the vlc-commits mailing list