[vlc-commits] typo: No newline before period

Christoph Miebach git at videolan.org
Tue Jul 10 12:02:13 CEST 2012


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

typo: No newline before period

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

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

 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 9c8b584..e1cf3ed 100644
--- a/modules/gui/macosx/open.m
+++ b/modules/gui/macosx/open.m
@@ -54,7 +54,7 @@ NSArray *qtkvideoDevices;
 NSArray *qtkaudioDevices;
 #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