[vlc-devel] commit: Minor unification ( Felix Paul Kühne )

git version control git at videolan.org
Tue Jul 8 16:26:01 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jul  8 16:27:36 2008 +0200| [deb641c7c5e45770b3b1e2510e8bfc42a057af6c]

Minor unification

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

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

diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m
index 2a952b5..fa6532a 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -275,7 +275,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
 
     /* video */
     [o_video_black_ckb setTitle: _NS("Black screens in Fullscreen mode")];
-    [o_video_device_txt setStringValue: _NS("Display device")];
+    [o_video_device_txt setStringValue: _NS("Fullscreen Video Device")];
     [o_video_display_box setTitle: _NS("Display")];
     [o_video_enable_ckb setTitle: _NS("Enable Video")];
     [o_video_fullscreen_ckb setTitle: _NS("Fullscreen")];




More information about the vlc-devel mailing list