Changeset 3ad6ea967fe0ae37c01b6883599319e7ee37c0fc

Show
Ignore:
Timestamp:
05/09/08 19:30:54 (2 months ago)
Author:
Pavlov Konstantin <thresh@videolan.org>
git-committer:
Pavlov Konstantin <thresh@videolan.org> 1210354254 +0400
git-parent:

[21efc7ca07db3ba1ea0c48e861a5596875089576]

git-author:
Pavlov Konstantin <thresh@videolan.org> 1210354254 +0400
Message:

OSX GUI: Use "Fullscreen Video Device" instead of "Video Device" which is a bit confusing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/macosx/intf.m

    r6300760 r3ad6ea9  
    735735    [o_mi_crop setTitle: _NS("Crop")]; 
    736736    [o_mu_crop setTitle: _NS("Crop")]; 
    737     [o_mi_screen setTitle: _NS("Video Device")]; 
    738     [o_mu_screen setTitle: _NS("Video Device")]; 
     737    [o_mi_screen setTitle: _NS("Fullscreen Video Device")]; 
     738    [o_mu_screen setTitle: _NS("Fullscreen Video Device")]; 
    739739    [o_mi_subtitle setTitle: _NS("Subtitles Track")]; 
    740740    [o_mu_subtitle setTitle: _NS("Subtitles Track")]; 
  • modules/gui/macosx/vout.m

    r449fd28 r3ad6ea9  
    195195        var_Create( p_real_vout, "video-device", VLC_VAR_INTEGER | 
    196196                                            VLC_VAR_HASCHOICE ); 
    197         text.psz_string = _("Video Device"); 
     197        text.psz_string = _("Fullscreen Video Device"); 
    198198        var_Change( p_real_vout, "video-device", VLC_VAR_SETTEXT, &text, NULL ); 
    199199