fix button title cases (IDEA-155669)

This commit is contained in:
Anna.Kozlova
2016-05-19 16:47:28 +02:00
parent bce6f8da26
commit 18e4b2842b
3 changed files with 3 additions and 3 deletions
@@ -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