Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31099/src
Modified Files:
BatchProcessDialog.cpp
Log Message:
Avoid using "No" as an abreviation for number because it confuses translations.
"Num" is fine as an alternative because it doesn't have any other meanings.
Index: BatchProcessDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/BatchProcessDialog.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- BatchProcessDialog.cpp 20 Oct 2008 22:58:53 -0000 1.26
+++ BatchProcessDialog.cpp 15 Feb 2009 17:26:48 -0000 1.27
@@ -450,7 +450,7 @@
//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(ItemNumberColumn, _("Num"), wxLIST_FORMAT_RIGHT);
mList->InsertColumn(ActionColumn, _NoAcc("&Command"),
wxLIST_FORMAT_RIGHT);
mList->InsertColumn(ParamsColumn, _NoAcc("&Parameters"),
wxLIST_FORMAT_LEFT);
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs