mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-13024 Provide unified capitalization of tooltips and proper number.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user