mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix capitalization for AutomaticRenamer#getDialogTitle()
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ public class AutomaticOverloadsRenamer extends AutomaticRenamer {
|
||||
}
|
||||
|
||||
public String getDialogTitle() {
|
||||
return "Rename overloads";
|
||||
return "Rename Overloads";
|
||||
}
|
||||
|
||||
public String getDialogDescription() {
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@ public class AutomaticParametersRenamer extends AutomaticRenamer {
|
||||
}
|
||||
|
||||
public String getDialogTitle() {
|
||||
return "Rename parameters";
|
||||
return "Rename Parameters";
|
||||
}
|
||||
|
||||
public String getDialogDescription() {
|
||||
|
||||
@@ -605,7 +605,7 @@ references.in.code.to.0=References in code to {0}
|
||||
rename.variables.title=Rename Variables
|
||||
rename.variables.with.the.following.names.to=Rename variables with the following names to:
|
||||
entity.name.variable=Variable
|
||||
rename.bound.forms.title=Rename bound forms
|
||||
rename.bound.forms.title=Rename Bound Forms
|
||||
rename.forms.with.the.following.names.to=Rename forms with the following names to:
|
||||
entity.name.form=Form
|
||||
rename.inheritors.title=Rename Inheritors
|
||||
|
||||
+1
-1
@@ -47,7 +47,7 @@ options.properties.attribute.descriptor.invalid.string.escape=Invalid string esc
|
||||
new.property.dialog.title=New Property Key
|
||||
new.property.dialog.name.prompt.text=Enter new property key name
|
||||
|
||||
resource.bundle.renamer=Rename resource bundle properties files
|
||||
resource.bundle.renamer=Rename Resource Bundle Properties Files
|
||||
resource.bundle.renamer.dialog.description=Rename resource bundle properties files with the following names to:
|
||||
resource.bundle.renamer.entity.name=Resource bundle
|
||||
resource.bundle.renamer.option=Rename bound &resource bundle
|
||||
|
||||
@@ -85,7 +85,7 @@ public class PyParametersRenameFactory implements AutomaticRenamerFactory {
|
||||
|
||||
@Override
|
||||
public String getDialogTitle() {
|
||||
return "Rename parameters";
|
||||
return "Rename Parameters";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user