[vlc-commits] Close ) in string
Jean-Baptiste Kempf
git at videolan.org
Tue Apr 14 23:01:27 CEST 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 14 22:54:48 2015 +0200| [ab5db0a894750468de0169e880c6fe5de253d354] | committer: Jean-Baptiste Kempf
Close ) in string
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab5db0a894750468de0169e880c6fe5de253d354
---
modules/video_filter/mosaic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_filter/mosaic.c b/modules/video_filter/mosaic.c
index 63d74a7..df5b4b3 100644
--- a/modules/video_filter/mosaic.c
+++ b/modules/video_filter/mosaic.c
@@ -129,7 +129,7 @@ struct filter_sys_t
#define COLS_TEXT N_("Number of columns")
#define COLS_LONGTEXT N_( \
"Number of image columns in the mosaic (only used if " \
- "positioning method is set to \"fixed\"." )
+ "positioning method is set to \"fixed\".)" )
#define AR_TEXT N_("Keep aspect ratio")
#define AR_LONGTEXT N_( \
More information about the vlc-commits
mailing list