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

Modified Files:
        BatchProcessDialog.cpp 
Log Message:
Fixes for untranslateable or partly translatable  multi-line strings


Index: BatchProcessDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/BatchProcessDialog.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- BatchProcessDialog.cpp      12 Mar 2007 09:23:05 -0000      1.18
+++ BatchProcessDialog.cpp      4 Apr 2007 19:14:51 -0000       1.19
@@ -447,6 +447,7 @@
          //An empty first column is a workaround - under Win98 the first 
column 
          //can't be right aligned.
          mList->InsertColumn(BlankColumn, wxT(""), wxLIST_FORMAT_LEFT);
+         /* i18n-hint: This is the number of the command in the list */
          mList->InsertColumn(ItemNumberColumn, _("No"), wxLIST_FORMAT_RIGHT);
          mList->InsertColumn(ActionColumn, _NoAcc("&Command"), 
wxLIST_FORMAT_RIGHT);
          mList->InsertColumn(ParamsColumn, _NoAcc("&Parameters"), 
wxLIST_FORMAT_LEFT);


-------------------------------------------------------------------------
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