Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2012-07-15 02:26:20 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-07-15 02:26:20 +0400
commit5c2a87452c873e65b8b698399a4c19ec73f15a5d (patch)
treee0088cd507f7734c94642ea3d3b2aa7491a1965d /decoder/LAVAudio
parent11b37f1f072f263bfcc3dcdad470d94cf2918674 (diff)
Fix typo
Diffstat (limited to 'decoder/LAVAudio')
-rw-r--r--decoder/LAVAudio/AudioSettingsProp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/LAVAudio/AudioSettingsProp.cpp b/decoder/LAVAudio/AudioSettingsProp.cpp
index 8c0232bc..41b4cf23 100644
--- a/decoder/LAVAudio/AudioSettingsProp.cpp
+++ b/decoder/LAVAudio/AudioSettingsProp.cpp
@@ -445,7 +445,7 @@ HRESULT CLAVAudioMixingProp::OnActivate()
addHint(IDC_NORMALIZE_MATRIX, L"Normalizing the matrix will apply a global attenuation to the audio, in effect making it quieter to ensure that there is a consistent volume throughout the file, and no clipping occurs.\n\n"
L"This mode will produce inconsistent volumes between different source formats (stereo will be louder then 5.1), but the volume during playback of one file not change.");
addHint(IDC_CLIP_PROTECTION, L"Clipping protection analyzes the audio, and reduces the volume if clipping is detected.\n\n"
- L"This mode trys to preserve the original volume of the audio, and is generally more consistent between different source formats. It may however cause a sudden volume change during playback. "
+ L"This mode tries to preserve the original volume of the audio, and is generally more consistent between different source formats. It may however cause a sudden volume change during playback. "
L"In addition, this mode has a higher volume then a normalized matrix and is preferred on weak speakers or headphones.");
hr = LoadData();