Changeset 3325d4d601e2e0539eb6050ced734fc0ed14e5b9

Show
Ignore:
Timestamp:
04/02/06 13:45:32 (2 years ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1143978332 +0000
git-parent:

[2a6ec8069857dfc0c6159856aa2c1847e7a8e0d8]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1143978332 +0000
Message:

* merge most corrections by Steven Sheehy (taken from [15039], refs #438)

Files:

Legend:

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

    re90c868 r3325d4d  
    8282    [o_lbl_audioFlts setStringValue: _NS("Audio filters")]; 
    8383    [o_lbl_videoFlts setStringValue: _NS("Video filters")]; 
    84     [o_lbl_adjustImage setStringValue: _NS("Adjust Image")]; 
     84    [o_lbl_adjustImage setStringValue: _NS("Image adjustment")]; 
    8585    [o_btn_vidFlts_mrInfo setTitle: _NS("More Info")]; 
    8686    [o_ckb_blur setTitle: _NS("Blurring")]; 
    87     [o_ckb_blur setToolTip: _NS("Creates a motion blurring on the image")]; 
     87    [o_ckb_blur setToolTip: _NS("Adds motion blurring to the image")]; 
    8888    [o_ckb_distortion setTitle: _NS("Distortion")]; 
    89     [o_ckb_distortion setToolTip: _NS("Adds distorsion effects")]; 
     89    [o_ckb_distortion setToolTip: _NS("Adds distortion effects")]; 
    9090    [o_ckb_imgClone setTitle: _NS("Image clone")]; 
    9191    [o_ckb_imgClone setToolTip: _NS("Creates several copies of the Video " \ 
     
    9494    [o_ckb_imgCrop setToolTip: _NS("Crops a defined part of the image")]; 
    9595    [o_ckb_imgInvers setTitle: _NS("Image inversion")]; 
    96     [o_ckb_imgInvers setToolTip: _NS("Inverts the image colors")]; 
     96    [o_ckb_imgInvers setToolTip: _NS("Inverts the colors of the image")]; 
    9797    [o_ckb_trnsform setTitle: _NS("Transformation")]; 
    9898    [o_ckb_trnsform setToolTip: _NS("Rotates or flips the image")]; 
    9999    [o_ckb_vlme_norm setTitle: _NS("Volume normalization")]; 
    100     [o_ckb_vlme_norm setToolTip: _NS("This filters prevents the audio output " \ 
    101         "level from exceeding a defined value.")]; 
     100    [o_ckb_vlme_norm setToolTip: _NS("Prevents the audio output from going " \ 
     101        "over a predefined value.")]; 
    102102    [o_ckb_hdphnVirt setTitle: _NS("Headphone virtualization")]; 
    103     [o_ckb_hdphnVirt setToolTip: _NS("This filter gives the feeling of a " \ 
    104         "5.1 speaker set when using a headphone.")]; 
     103    [o_ckb_hdphnVirt setToolTip: _NS("Imitates the effect of surround sound " \ 
     104        "when using headphones.")]; 
    105105    [o_lbl_maxLevel setStringValue: _NS("Maximum level")]; 
    106106    [o_btn_rstrDefaults setTitle: _NS("Restore Defaults")]; 
     
    599599{ 
    600600    /* show info sheet */ 
    601     NSBeginInformationalAlertSheet(_NS("More information"), _NS("OK"), @"", @"", \ 
     601    NSBeginInformationalAlertSheet(_NS("More Information"), _NS("OK"), @"", @"", \ 
    602602        o_extended_window, nil, nil, nil, nil, _NS("This panel allows to " \ 
    603603        "select video effects filters to apply.\n" \