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