[vlc-commits] typo: No newline before period

Christoph Miebach git at videolan.org
Tue Jul 10 12:06:07 CEST 2012


vlc/vlc-2.0 | branch: master | Christoph Miebach <christoph.miebach at web.de> | Sun Jul  8 22:21:49 2012 +0200| [b03910900b9d9d0a7b316c563cfbad6e1a53ffbc] | committer: Rafaël Carré

typo: No newline before period

Signed-off-by: Rafaël Carré <funman at videolan.org>
(cherry picked from commit a6b1608d077c5729f0e91ea16af6418fa3271579)

Signed-off-by: Rafaël Carré <funman at videolan.org>

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

 modules/gui/macosx/open.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m
index 6fda36e..576c800 100644
--- a/modules/gui/macosx/open.m
+++ b/modules/gui/macosx/open.m
@@ -53,7 +53,7 @@
 NSArray               *qtkvideoDevices;
 #define setEyeTVUnconnected \
 [o_capture_lbl setStringValue: _NS("No device is selected")]; \
-[o_capture_long_lbl setStringValue: _NS("No device is selected.\n\nChoose available device in above pull-down menu\n.")]; \
+[o_capture_long_lbl setStringValue: _NS("No device is selected.\n\nChoose available device in above pull-down menu.\n")]; \
 [o_capture_lbl displayIfNeeded]; \
 [o_capture_long_lbl displayIfNeeded]; \
 [self showCaptureView: o_capture_label_view]



More information about the vlc-commits mailing list