mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
capitalization
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
readonly.occurences.found=Occurrences found in read-only files
|
||||
progress.text=Looking For Usages...
|
||||
usageView.tabText=Refactoring preview
|
||||
progress.text=Looking for Usages
|
||||
usageView.tabText=Refactoring Preview
|
||||
usageView.usagesText=usages
|
||||
usageView.need.reRun=Cannot perform the refactoring operation.\nThere were changes in code after the usages have been found.\nPlease, perform the usage search again.
|
||||
usageView.doAction=&Do Refactor
|
||||
@@ -244,7 +244,7 @@ variable.has.no.dominating.definition=Cannot find a single definition to inline.
|
||||
variable.is.never.used=Variable {0} is never used
|
||||
variable.is.accessed.for.writing=Variable ''{0}'' is accessed for writing.
|
||||
variable.is.accessed.for.writing.and.used.with.inlined=Another variable ''{0}'' definition is used together with inlined one.
|
||||
only.fields.variables.of.methods.of.valid.type.can.be.considered=Only fields, variables, method parameters\u00a0or methods of valid type can be considered.
|
||||
only.fields.variables.of.methods.of.valid.type.can.be.considered=Only fields, variables, method parameters\u00A0or methods of valid type can be considered.
|
||||
unable.to.start.type.migration=Unable to start type migration
|
||||
replace.method.code.duplicates.title=Replace Method Code Duplicates
|
||||
locate.caret.inside.a.method=Locate caret inside a method.
|
||||
|
||||
Reference in New Issue
Block a user