-
+
diff --git a/src/components/properties/FillSection.vue b/src/components/properties/FillSection.vue
index 55109eb29..51de378db 100644
--- a/src/components/properties/FillSection.vue
+++ b/src/components/properties/FillSection.vue
@@ -12,7 +12,7 @@ import {
} from 'reka-ui'
import { colorToCSS, colorToHexRaw } from '@open-pencil/core'
-import { PropertyListRoot, useFillControls } from '@open-pencil/vue'
+import { PropertyListRoot, useFillControls, useI18n } from '@open-pencil/vue'
import FillPicker from '@/components/FillPicker.vue'
import ScrubInput from '@/components/ScrubInput.vue'
@@ -23,17 +23,18 @@ import { sectionLabel, sectionWrapper } from '@/components/ui/section'
import type { Fill, Variable } from '@open-pencil/core'
const fillCtx = useFillControls()
+const { panels, dialogs } = useI18n()
-
+
-
Click + to replace mixed fills
+
{{ panels.mixedFillsHelp }}
{{ fillCtx.getBoundVariable(activeNode.id, i)!.name }}
-
+