"you edit a note, this fix is PERMANENT and will be sent to Evernote on the next sync. I haven't" +
"had any issues with this, but please be aware of this condition."));
carriageReturnFix = new QCheckBox(this);
QVBoxLayout crlfLayout = new QVBoxLayout();
carriageReturnFix.setText(tr("Enable Carriage Return Fix"));
crlfLayout.addWidget(carriageReturnFix);
crlfGroup.setLayout(crlfLayout);
QGroupBox htmlGroup = new QGroupBox(tr("Android Note Fix"));
String entitiesMessage = new String(tr("Note: This is an experimental fix to correct Unicode" +
" notes created on Android Evernote clients."));