fixed PY-13024 Provide unified capitalization of tooltips and proper number.

This commit is contained in:
Ekaterina Tuzova
2014-08-27 13:14:14 +04:00
parent 4a7553c590
commit 8631984b22
2 changed files with 2 additions and 2 deletions
@@ -126,7 +126,7 @@ public class PythonPathEditor extends SdkPathEditor {
@Override
protected void addToolbarButtons(ToolbarDecorator toolbarDecorator) {
AnActionButton reloadButton = new AnActionButton("Reload List of Paths", AllIcons.Actions.Refresh) {
AnActionButton reloadButton = new AnActionButton("Reload list of paths", AllIcons.Actions.Refresh) {
@Override
public void actionPerformed(AnActionEvent e) {
onReloadButtonClicked();
@@ -435,7 +435,7 @@ public class PythonSdkDetailsDialog extends DialogWrapper {
private class ShowPathButton extends AnActionButton implements DumbAware {
public ShowPathButton() {
super("Show path for the selected interpreter", AllIcons.Actions.ShowAsTree);
super("Show paths for the selected interpreter", AllIcons.Actions.ShowAsTree);
}
@Override