capitalization

This commit is contained in:
Dmitry Jemerov
2011-10-14 15:33:18 +02:00
parent 0e61a31f92
commit a5948e61cf
@@ -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.