From: Felix Paul Kühne Date: Tue, 8 Jul 2008 14:27:36 +0000 (+0200) Subject: Minor unification X-Git-Tag: 0.9.0-test2~115 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=deb641c7c5e45770b3b1e2510e8bfc42a057af6c;p=vlc Minor unification --- diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m index 2a952b5ec5..fa6532af87 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")];