← Back to team overview

kicad-developers team mailing list archive

[BUG] Static array isn't translatable

 

File pcbnew/dialogs/dialog_create_array.cpp have next:

Line 40:
static const wxString charSetDescriptions[] =
{
    "Numerals (0,1,2,...,9,10)",
    "Hexadecimal (0,1,...,F,10,...)",
    "Alphabet, minus IOSQXZ",
    "Alphabet, full 26 characters"
};