Skip to content

Commit 5961d36

Browse files
committed
refactor: better strings naming for styler box
1 parent 0c0b4de commit 5961d36

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/nls/root/strings.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -196,16 +196,16 @@ define({
196196
"LIVE_DEV_TOOLBOX_IMAGE_GALLERY": "Image Gallery",
197197
"LIVE_DEV_TOOLBOX_STYLER": "Styles",
198198
"LIVE_DEV_TOOLBOX_MORE_OPTIONS": "More Options",
199-
"LIVE_DEV_STYLER_FILL": "Fill",
200-
"LIVE_DEV_STYLER_TEXT": "Text",
201-
"LIVE_DEV_STYLER_FONT": "Font",
202-
"LIVE_DEV_STYLER_SIZE": "Size",
203-
"LIVE_DEV_STYLER_WEIGHT": "Weight",
204-
"LIVE_DEV_STYLER_ALIGN": "Align",
199+
"LIVE_DEV_STYLER_FILL": "Background color",
200+
"LIVE_DEV_STYLER_TEXT": "Text color",
201+
"LIVE_DEV_STYLER_FONT": "Font family",
202+
"LIVE_DEV_STYLER_SIZE": "Font size",
203+
"LIVE_DEV_STYLER_WEIGHT": "Font weight",
204+
"LIVE_DEV_STYLER_ALIGN": "Text alignment",
205205
"LIVE_DEV_STYLER_BORDER": "Border",
206-
"LIVE_DEV_STYLER_SPACING": "Spacing",
206+
"LIVE_DEV_STYLER_SPACING": "Margin & padding",
207207
"LIVE_DEV_STYLER_LAYOUT": "Layout",
208-
"LIVE_DEV_STYLER_FIT": "Fit",
208+
"LIVE_DEV_STYLER_FIT": "Image fit",
209209
"LIVE_DEV_MORE_OPTIONS_CUT": "Cut",
210210
"LIVE_DEV_MORE_OPTIONS_COPY": "Copy",
211211
"LIVE_DEV_MORE_OPTIONS_PASTE": "Paste",

0 commit comments

Comments
 (0)