From 35272684afc29c8fc7d5df6526d66153287db9ff Mon Sep 17 00:00:00 2001 From: Aleksey Pivovarov Date: Sun, 29 Nov 2020 20:18:30 +0300 Subject: [PATCH] IDEA-192894 vcs: specify override-text for 'ChangesView.Refresh' action in Find Action GitOrigin-RevId: eb318a347b03b3cd0950842727dc4a686fff7d1f --- .../src/messages/ActionsBundle.properties | 1 + platform/vcs-impl/resources/META-INF/VcsActions.xml | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/platform/platform-resources-en/src/messages/ActionsBundle.properties b/platform/platform-resources-en/src/messages/ActionsBundle.properties index 762730223128..1fe772da8304 100644 --- a/platform/platform-resources-en/src/messages/ActionsBundle.properties +++ b/platform/platform-resources-en/src/messages/ActionsBundle.properties @@ -1368,6 +1368,7 @@ action.TextComponent.ClearAction.text=Clear text action.TextComponent.ClearAction.description=Clear text in text components action.ChangesView.Refresh.text=Refresh +action.ChangesView.Refresh.MainMenu.text=Refresh VCS Changes action.ChangesView.Refresh.description=Refresh VCS changes action.ChangesView.NewChangeList.text=New Changelist... action.ChangesView.NewChangeList.description=Create new changelist diff --git a/platform/vcs-impl/resources/META-INF/VcsActions.xml b/platform/vcs-impl/resources/META-INF/VcsActions.xml index 923098c56975..6d693d3f1f74 100644 --- a/platform/vcs-impl/resources/META-INF/VcsActions.xml +++ b/platform/vcs-impl/resources/META-INF/VcsActions.xml @@ -62,7 +62,10 @@ + icon="AllIcons.Actions.Refresh"> + + + -- 2.32.0