vlc | branch: master | Christoph Miebach <[email protected]> | Sun Jul 8 22:21:49 2012 +0200| [a6b1608d077c5729f0e91ea16af6418fa3271579] | committer: Rafaël Carré
typo: No newline before period Signed-off-by: Rafaël Carré <[email protected]> > 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] _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
