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

Modified Files:
        Menus.cpp 
Log Message:
Fixed the short description of many actions, which shouldn't be CamelCase but 
rather short action nouns that appear after the word 'Undo'

Index: Menus.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Menus.cpp,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -d -r1.283 -r1.284
--- Menus.cpp   1 Oct 2006 07:23:49 -0000       1.283
+++ Menus.cpp   10 Oct 2006 07:09:44 -0000      1.284
@@ -1510,7 +1510,7 @@
       mTracks->Add((Track *)warr[ndx]);
    }
 
-   PushState(_("Tracks sorted by time"), _("SortByTime"));
+   PushState(_("Tracks sorted by time"), _("Sort By Time"));
 
    mTrackPanel->Refresh(false);
 }
@@ -1536,7 +1536,7 @@
       mTracks->Add((Track *)arr[ndx]);
    }
 
-   PushState(_("Tracks sorted by name"), _("SortByName"));
+   PushState(_("Tracks sorted by name"), _("Sort By Name"));
 
    mTrackPanel->Refresh(false);
 }
@@ -2784,7 +2784,7 @@
 
   mViewInfo.sel1 = mViewInfo.sel0 = 0.0;
   
-  PushState( _( "Cut labeled regions to the clipboard" ), _( "CutLabels" ) );
+  PushState( _( "Cut labeled regions to the clipboard" ), _( "Cut Labels" ) );
 
   RedrawProject();
 }
@@ -2799,7 +2799,7 @@
   msClipProject = this;
 
   PushState( _( "SplitCut labeled regions to the clipboard" ), 
-        _( "SplitCutLabels" ) );
+        _( "Split Cut Labels" ) );
 
   RedrawProject();
 }
@@ -2813,7 +2813,7 @@
   
   msClipProject = this;
   
-  PushState( _( "Copied labeled regions to the clipboard" ), _( "CopyLabels" ) 
);
+  PushState( _( "Copied labeled regions to the clipboard" ), _( "Copy Labels" 
) );
 
   mTrackPanel->Refresh( false );
 }
@@ -2825,7 +2825,7 @@
   
   EditByLabel( &WaveTrack::Clear );
   
-  PushState( _( "Deleted labeled regions" ), _( "DeleteLabels" ) );
+  PushState( _( "Deleted labeled regions" ), _( "Delete Labels" ) );
 
   RedrawProject();
 }
@@ -2837,7 +2837,7 @@
   
   EditByLabel( &WaveTrack::SplitDelete );
   
-  PushState( _( "Split Deleted labeled regions" ), _( "SplitDeleteLabels" ) );
+  PushState( _( "Split Deleted labeled regions" ), _( "Split Delete Labels" ) 
);
 
   RedrawProject();
 }
@@ -2849,7 +2849,7 @@
   
   EditByLabel( &WaveTrack::Silence );
   
-  PushState( _( "Silenced labeled regions" ), _( "SilenceLabels" ) );
+  PushState( _( "Silenced labeled regions" ), _( "Silence Labels" ) );
 
   mTrackPanel->Refresh( false );
 }
@@ -2861,7 +2861,7 @@
   
   EditByLabel( &WaveTrack::Split );
   
-  PushState( _( "Split labeled regions" ), _( "SplitLabels" ) );
+  PushState( _( "Split labeled regions" ), _( "Split Labels" ) );
 
   RedrawProject();
 }
@@ -2873,7 +2873,7 @@
   
   EditByLabel( &WaveTrack::Join );
   
-  PushState( _( "Joined labeled regions" ), _( "JoinLabels" ) );
+  PushState( _( "Joined labeled regions" ), _( "Join Labels" ) );
 
   RedrawProject();
 }
@@ -2885,7 +2885,7 @@
   
   EditByLabel( &WaveTrack::Disjoin );
   
-  PushState( _( "Disjoined labeled regions" ), _( "DisjoinLabels" ) );
+  PushState( _( "Disjoined labeled regions" ), _( "Disjoin Labels" ) );
 
   RedrawProject();
 }


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to