Update of /cvsroot/audacity/audacity-src/src/prefs
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7082

Modified Files:
        WarningsPrefs.cpp 
Log Message:
* Add mising accelerator keys and remove conflicts with OK and Cancel on Linux
* Also remove repetitive "When" from front of checkbox strings

Index: WarningsPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/WarningsPrefs.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- WarningsPrefs.cpp   15 Oct 2009 20:09:05 -0000      1.3
+++ WarningsPrefs.cpp   18 Oct 2009 08:05:49 -0000      1.4
@@ -52,21 +52,21 @@
 {
    S.SetBorder(2);
 
-   S.StartStatic(_("Show Warnings/Prompts"));
+   S.StartStatic(_("Show Warnings/Prompts for"));
    {
-      S.TieCheckBox(_("When saving &projects"),
+      S.TieCheckBox(_("Saving &projects"),
                     wxT("/Warnings/FirstProjectSave"),
                     true);
-      S.TieCheckBox(_("When saving &empty project"),    
+      S.TieCheckBox(_("Saving &empty project"),    
                     wxT("/GUI/EmptyCanBeDirty"),
                     true);
-      S.TieCheckBox(_("When &disk space is getting low"),
+      S.TieCheckBox(_("&Low disk space at program start up"),
                     wxT("/Warnings/DiskSpaceWarning"),
                     true);
-      S.TieCheckBox(_("When mixing down to &stereo during export"),
+      S.TieCheckBox(_("Mixing down to &stereo during export"),
                     wxT("/Warnings/MixStereo"),
                     true);
-      S.TieCheckBox(_("When mixing down to &mono during export"),
+      S.TieCheckBox(_("Mixing down to &mono during export"),
                     wxT("/Warnings/MixMono"),
                     true);
    }


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to