if (description == null || description.length() == 0) {
description = "Text";
}
metadata.put(LumifyProperties.META_DATA_TEXT_DESCRIPTION, description + " (en)");
metadata.put(LumifyProperties.META_DATA_MIME_TYPE, "text/plain");
m.addPropertyValue(translatedTextPropertyKey, data.getProperty().getName(), translatedTextValue, metadata, data.getProperty().getVisibility());
translated = true;
}
}
m.save(getAuthorizations());