Application name capitalization fixes.
* Correct all user strings and comments for the correct capitalization of application names according to JP. They are KiCad, Pcbnew, CvPcb, Eeschema, and GerbView. * Add a note the the user interface policy about the correct capitalization.
This commit is contained in:
+2
-2
@@ -52,14 +52,14 @@ static const wxFileTypeInfo EDAfallbacks[] =
|
||||
wxFileTypeInfo( wxT( "text/html" ),
|
||||
wxT( "wxhtml %s" ),
|
||||
wxT( "wxhtml %s" ),
|
||||
wxT( "html document (from Kicad)" ),
|
||||
wxT( "html document (from KiCad)" ),
|
||||
wxT( "htm" ),
|
||||
wxT( "html" ),wxNullPtr ),
|
||||
|
||||
wxFileTypeInfo( wxT( "application/sch" ),
|
||||
wxT( "eeschema %s" ),
|
||||
wxT( "eeschema -p %s" ),
|
||||
wxT( "sch document (from Kicad)" ),
|
||||
wxT( "sch document (from KiCad)" ),
|
||||
wxT( "sch" ),
|
||||
wxT( "SCH" ), wxNullPtr ),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user