diff --git a/src/actions/actionProperties.tsx b/src/actions/actionProperties.tsx index 6e6af7af..09c78aeb 100644 --- a/src/actions/actionProperties.tsx +++ b/src/actions/actionProperties.tsx @@ -184,7 +184,7 @@ export const actionChangeSloppiness: Action = { options={[ { value: 0, text: t("labels.architect") }, { value: 1, text: t("labels.artist") }, - { value: 3, text: t("labels.cartoonist") }, + { value: 2, text: t("labels.cartoonist") }, ]} value={getFormValue( appState.editingElement,