struct CCL::LocalString::EnglishCorrection

#include <translation.h>

struct EnglishCorrection
{
    // fields

    const char* scope;
    const char* key;
    const char* englishText;
};