[vlc-commits] MacOS X: fix strings in UI

Jean-Baptiste Kempf git at videolan.org
Mon Dec 5 01:10:35 CET 2011


vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec  4 15:29:02 2011 +0100| [4e1e8da56c1a870174a691aebe880da05c5e48e5] | committer: Jean-Baptiste Kempf

MacOS X: fix strings in UI
(cherry picked from commit 106dd3cb1540824f3b217a6b4bc2360d7bf00881)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/gui/macosx/open.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m
index 9b07328..29d0706 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("Any device is not selected.\n\nChose abailable 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