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

Modified Files:
        TracksPrefs.cpp WarningsPrefs.cpp 
Log Message:
reverting changes committed in error, still waiting to review comments about 
changes
 at the moment

Index: TracksPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/TracksPrefs.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- TracksPrefs.cpp     15 Oct 2009 19:56:53 -0000      1.3
+++ TracksPrefs.cpp     15 Oct 2009 20:09:05 -0000      1.4
@@ -103,7 +103,7 @@
       S.TieCheckBox(_("&Select all audio in project, if none selected"),    
                     wxT("/GUI/SelectAllOnNone"),
                     true);
-          S.TieCheckBox(_("Enable cu&t lines"),
+          S.TieCheckBox(_("Enable cut &lines"),
                     wxT("/GUI/EnableCutLines"),
                     false);
       S.TieCheckBox(_("Enable &dragging of left and right selection edges"),
@@ -112,7 +112,7 @@
       S.TieCheckBox(_("\"Move track focus\" c&ycles repeatedly through 
tracks"), 
                     wxT("/GUI/CircularTrackNavigation"),
                     false);
-      S.TieCheckBox(_("Editing a clip can &move other clips"),
+      S.TieCheckBox(_("Editing a &clip can move other clips"),
                     wxT("/GUI/EditClipCanMove"),
                     true);
 

Index: WarningsPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/WarningsPrefs.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- WarningsPrefs.cpp   15 Oct 2009 19:56:54 -0000      1.2
+++ WarningsPrefs.cpp   15 Oct 2009 20:09:05 -0000      1.3
@@ -54,19 +54,19 @@
 
    S.StartStatic(_("Show Warnings/Prompts"));
    {
-      S.TieCheckBox(_("Saving &projects"),
+      S.TieCheckBox(_("When saving &projects"),
                     wxT("/Warnings/FirstProjectSave"),
                     true);
-      S.TieCheckBox(_("Saving &empty project"),    
+      S.TieCheckBox(_("When saving &empty project"),    
                     wxT("/GUI/EmptyCanBeDirty"),
                     true);
-      S.TieCheckBox(_("&Low disk space at program start up"),
+      S.TieCheckBox(_("When &disk space is getting low"),
                     wxT("/Warnings/DiskSpaceWarning"),
                     true);
-      S.TieCheckBox(_("Mixing down to &stereo during export"),
+      S.TieCheckBox(_("When mixing down to &stereo during export"),
                     wxT("/Warnings/MixStereo"),
                     true);
-      S.TieCheckBox(_("Mixing down to &mono during export"),
+      S.TieCheckBox(_("When 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