Update of /cvsroot/audacity/audacity-src/src/effects
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv16548

Modified Files:
        Normalize.cpp 
Log Message:
Fix typo, closing bracket in dialog

Index: Normalize.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/Normalize.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Normalize.cpp       3 Jun 2008 07:16:41 -0000       1.24
+++ Normalize.cpp       20 Jun 2008 18:28:45 -0000      1.25
@@ -324,7 +324,7 @@
 
 NormalizeDialog::NormalizeDialog(EffectNormalize *effect,
                                  wxWindow * parent)
-:  EffectDialog(parent, _("Normailze"), PROCESS_EFFECT),
+:  EffectDialog(parent, _("Normalize"), PROCESS_EFFECT),
    mEffect(effect)
 {
    Init();
@@ -348,8 +348,8 @@
    {
       mDCCheckBox = S.AddCheckBox(wxT(""),
                                   mDC ? wxT("true") : wxT("false"));
-      mDCCheckBox->SetName(_("Remove any DC offset (center on 0 vertically"));
-      S.AddUnits(_("Remove any DC offset (center on 0 vertically"));
+      mDCCheckBox->SetName(_("Remove any DC offset (center on 0.0 
vertically)"));
+      S.AddUnits(_("Remove any DC offset (center on 0.0 vertically)"));
 
       mGainCheckBox = S.Id(ID_NORMALIZE_AMPLITUDE).AddCheckBox(wxT(""),
                                     mGain ? wxT("true") : wxT("false"));


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to