[vlc-commits] Change loadedin to loaded in

Kaarlo Raiha git at videolan.org
Sat Jul 30 16:40:41 CEST 2011


vlc | branch: master | Kaarlo Raiha <kaarlo.raiha at gmail.com> | Sat Jul 30 15:59:08 2011 +0300| [307c481519a46bab09687d9bec14a8660274e914] | committer: Rémi Denis-Courmont

Change loadedin to loaded in

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

 modules/video_filter/blendbench.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_filter/blendbench.c b/modules/video_filter/blendbench.c
index 6665f01..239751d 100644
--- a/modules/video_filter/blendbench.c
+++ b/modules/video_filter/blendbench.c
@@ -66,7 +66,7 @@ static picture_t *Filter( filter_t *, picture_t * );
 
 #define BLEND_CHROMA_TEXT N_("Chroma for the blend image")
 #define BLEND_CHROMA_LONGTEXT N_("Chroma which the blend image will be loaded" \
-                                 "in")
+                                 " in")
 
 #define CFG_PREFIX "blendbench-"
 



More information about the vlc-commits mailing list