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

Jean-Baptiste Kempf git at videolan.org
Sun Dec 4 15:30:16 CET 2011


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

MacOS X: fix strings in UI

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

 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