mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fix button title cases (IDEA-155669)
This commit is contained in:
@@ -244,7 +244,7 @@ public class SafeDeleteProcessor extends BaseRefactoringProcessor {
|
||||
|
||||
private void showUsages(final UsageInfo[] usages) {
|
||||
UsageViewPresentation presentation = new UsageViewPresentation();
|
||||
presentation.setTabText(RefactoringBundle.message("safe.delete.title"));
|
||||
presentation.setTabText("Safe Delete Conflicts");
|
||||
presentation.setTargetsNodeText(RefactoringBundle.message("attempting.to.delete.targets.node.text"));
|
||||
presentation.setShowReadOnlyStatusAsRed(true);
|
||||
presentation.setShowCancelButton(true);
|
||||
|
||||
@@ -172,7 +172,7 @@ public class ConflictsDialog extends DialogWrapper{
|
||||
|
||||
|
||||
public MyShowConflictsInUsageViewAction() {
|
||||
super("Show conflicts in view");
|
||||
super("Show Conflicts in View");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -633,7 +633,7 @@ delete.anyway.button=&Delete Anyway
|
||||
ignore.button=Ignore
|
||||
the.following.problems.were.found=The following problems were found:
|
||||
cancel.button=Ca&ncel
|
||||
view.usages=&View usages
|
||||
view.usages=&View Usages
|
||||
anonymous.class.text=Anonymous class
|
||||
problems.detected.title=Problems Detected
|
||||
continue.button=&Continue
|
||||
|
||||
Reference in New Issue
Block a user