mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
Use a more correct form of "fully qualified" phrase in messages
A hyphen is not needed. Examples: https://docs.oracle.com/javase/specs/jls/se11/html/jls-6.html#jls-6.7 https://en.wikipedia.org/wiki/Fully_qualified_name GitOrigin-RevId: 1212ebc0b70acf1519c78e68e363a7c9e9cf92da
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1a638f4f83
commit
74076e92d6
@@ -207,7 +207,7 @@ label.compound.renderer.configurable.ondemand=On-demand
|
||||
label.compound.renderer.configurable.use.default.renderer=Use default renderer
|
||||
label.compound.renderer.configurable.use.expression=Use following expression:
|
||||
label.compound.renderer.configurable.use.expression.list=Use list of expressions:
|
||||
label.compound.renderer.configurable.apply.to=Apply renderer to objects of type (fully-qualified name):
|
||||
label.compound.renderer.configurable.apply.to=Apply renderer to objects of type (fully qualified name):
|
||||
error.compound.renderer.configurable.fqn.generic=Generic type is not allowed
|
||||
label.compound.renderer.configurable.when.rendering=When rendering a node
|
||||
label.compound.renderer.configurable.when.expanding=When expanding a node
|
||||
|
||||
@@ -208,7 +208,7 @@ application.configuration.shorten.command.line=Shorten command line
|
||||
application.configuration.main.class=Main &class
|
||||
application.configuration.main.class.label=Main &class:
|
||||
application.configuration.main.class.placeholder=Main class
|
||||
application.configuration.main.class.hint=The fully-qualified name of the class that contains the main method. Example: com.package.MainClass
|
||||
application.configuration.main.class.hint=The fully qualified name of the class that contains the main method. Example: com.package.MainClass
|
||||
jre.path.is.not.valid.jre.home.error.message=''{0}'' is not a valid JRE home
|
||||
jre.path.is.not.valid.jre.home.downloading.message=''{0}'' is downloading
|
||||
main.method.not.found.in.class.error.message=Main method not found in class {0}
|
||||
|
||||
@@ -70,8 +70,8 @@ tag.name.0.must.be.syntactically.valid.warning=Tag name [{0}] must be syntactica
|
||||
dialog.message.no.unique.id.specified.exception=No unique id specified
|
||||
test.kind.hint=The type of resource to search for tests
|
||||
test.pattern.hint=A regexp to match the names of classes that contain tests
|
||||
test.class.hint=The fully-qualified name of a class that contains tests
|
||||
test.method.hint=The fully-qualified name of a test method
|
||||
test.class.hint=The fully qualified name of a class that contains tests
|
||||
test.method.hint=The fully qualified name of a test method
|
||||
test.package.hint=The name of the package that contains tests
|
||||
|
||||
# configuration kinds
|
||||
|
||||
@@ -665,7 +665,7 @@ reporter.text.can.t.report.exception.from.patched.plugin=Can't report exception
|
||||
reporter.title.update.kotlin.plugin=Update Kotlin Plugin
|
||||
|
||||
configuration.maven.group.name=Kotlin Maven project import
|
||||
configuration.message.enter.fully.qualified.method.name=Enter fully-qualified method name:
|
||||
configuration.message.enter.fully.qualified.method.name=Enter a fully qualified method name:
|
||||
configuration.migration.group.name=Kotlin: Migrations to a newer version available
|
||||
kotlin.jps.plugin.group.name=Kotlin JPS plugin
|
||||
configuration.name.method=Method
|
||||
|
||||
@@ -991,7 +991,7 @@ form.debugger.stepping.do.not.step.into.scripts=Do not step into scripts:
|
||||
form.debugger.stepping.always.do.smart.step.into=Always do smart step into
|
||||
form.debugger.variables.view.user.type.renderers.name=Renderer name:
|
||||
form.debugger.variables.view.user.type.renderers.append.default.children=Append default children
|
||||
form.debugger.variables.view.user.type.renderers.apply.renderer.to.objects.of.type=Apply renderer to objects of type (fully-qualified name):
|
||||
form.debugger.variables.view.user.type.renderers.apply.renderer.to.objects.of.type=Apply renderer to objects of type (fully qualified name):
|
||||
form.debugger.variables.view.user.type.renderers.when.rendering.node=When rendering a node:
|
||||
form.debugger.variables.view.user.type.renderers.when.expanding.node=When expanding a node:
|
||||
form.debugger.variables.view.user.type.renderers.use.default.renderer=Use default renderer
|
||||
|
||||
@@ -27711,10 +27711,10 @@
|
||||
<option name="tabs" path="Tabs and Indents" hit="Tabs and Indents" />
|
||||
<option name="case" path="Code Conversion" hit="Upper case" />
|
||||
<option name="upper" path="Code Conversion" hit="Upper case" />
|
||||
<option name="class" path="PHPDoc" hit="Use fully-qualified class names" />
|
||||
<option name="fully-qualified" path="PHPDoc" hit="Use fully-qualified class names" />
|
||||
<option name="names" path="PHPDoc" hit="Use fully-qualified class names" />
|
||||
<option name="use" path="PHPDoc" hit="Use fully-qualified class names" />
|
||||
<option name="class" path="PHPDoc" hit="Use fully qualified class names" />
|
||||
<option name="fully-qualified" path="PHPDoc" hit="Use fully qualified class names" />
|
||||
<option name="names" path="PHPDoc" hit="Use fully qualified class names" />
|
||||
<option name="use" path="PHPDoc" hit="Use fully qualified class names" />
|
||||
<option name="character" path="Tabs and Indents" hit="Use tab character" />
|
||||
<option name="tab" path="Tabs and Indents" hit="Use tab character" />
|
||||
<option name="use" path="Tabs and Indents" hit="Use tab character" />
|
||||
@@ -34343,14 +34343,14 @@
|
||||
<option name="append" hit="Append default children" />
|
||||
<option name="children" hit="Append default children" />
|
||||
<option name="default" hit="Append default children" />
|
||||
<option name="apply" hit="Apply renderer to objects of type (fully-qualified name):" />
|
||||
<option name="fully-qualified" hit="Apply renderer to objects of type (fully-qualified name):" />
|
||||
<option name="name" hit="Apply renderer to objects of type (fully-qualified name):" />
|
||||
<option name="objects" hit="Apply renderer to objects of type (fully-qualified name):" />
|
||||
<option name="of" hit="Apply renderer to objects of type (fully-qualified name):" />
|
||||
<option name="renderer" hit="Apply renderer to objects of type (fully-qualified name):" />
|
||||
<option name="to" hit="Apply renderer to objects of type (fully-qualified name):" />
|
||||
<option name="type" hit="Apply renderer to objects of type (fully-qualified name):" />
|
||||
<option name="apply" hit="Apply renderer to objects of type (fully qualified name):" />
|
||||
<option name="fully-qualified" hit="Apply renderer to objects of type (fully qualified name):" />
|
||||
<option name="name" hit="Apply renderer to objects of type (fully qualified name):" />
|
||||
<option name="objects" hit="Apply renderer to objects of type (fully qualified name):" />
|
||||
<option name="of" hit="Apply renderer to objects of type (fully qualified name):" />
|
||||
<option name="renderer" hit="Apply renderer to objects of type (fully qualified name):" />
|
||||
<option name="to" hit="Apply renderer to objects of type (fully qualified name):" />
|
||||
<option name="type" hit="Apply renderer to objects of type (fully qualified name):" />
|
||||
<option name="java" hit="Java Type Renderers" />
|
||||
<option name="renderers" hit="Java Type Renderers" />
|
||||
<option name="type" hit="Java Type Renderers" />
|
||||
|
||||
Reference in New Issue
Block a user