[Java. Code Formatting] Rename ui names related to blank lines near fields to 'Before' instead of 'Around'

IDEA-110857

GitOrigin-RevId: 660836d90fa3ea06c5fb006b9ce14f59c55155ff
This commit is contained in:
Georgii Ustinov
2024-07-16 12:29:14 +03:00
committed by intellij-monorepo-bot
parent 6d4c154deb
commit ec7cc10b05
2 changed files with 7 additions and 2 deletions

View File

@@ -220,8 +220,9 @@ dialog.title.testdatapath.file.generate=Generate files from class to @TestDataPa
do.not.import.inner.classes.for=Exclude inner classes by short name:
do.not.import.inner.classes.no.classes=No inner classes defined
editbox.blanklines.around.initializer=Around initializer:
editbox.blank.lines.field.without.annotations=Around field without annotations:
editbox.blank.lines.field.with.annotations=Around field with annotations:
editbox.blank.lines.field.in.interface=Before field in interface
editbox.blank.lines.field.without.annotations=Before field without annotations:
editbox.blank.lines.field.with.annotations=Before field with annotations:
editbox.class.count.to.use.import.with.star=Class count to use import with '*':
editbox.names.count.to.use.static.import.with.star=Names count to use static import with '*':
enum.not.allowed=Enum is not allowed