Skip to content
This repository was archived by the owner on Jul 31, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions locales/en-US/editor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,15 @@ PDF_FILE_TITLE=PDF File
################
## EXTENSIONS ##
################
# extensions/default/InlineBorderRadiusEditor

# "Individual Corners" is an option that can be selected for border-radius in case when users want to change border-radius value for just one specific corner.
INDIVIDUAL_CORNERS=Individual Corners
# "All Corners" is an option that can be selected for border-radius in case when users want to change border-radius value for all four corners at once
ALL_CORNERS=All Corners
PIXEL_UNIT=pixels
PERCENTAGE_UNIT=percentage
EM_UNIT=em font unit

# extensions/default/InlineColorEditor

Expand Down