mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Maven: action names (IDEA-57382)
This commit is contained in:
@@ -178,12 +178,12 @@
|
||||
</action>
|
||||
|
||||
<action id="Maven.DownloadAllSourcesAndDocs" class="org.jetbrains.idea.maven.project.actions.DownloadAllSourcesAndDocsAction"
|
||||
text="Download Sources And Documentation" description="Download sources and documentation for all dependencies"
|
||||
text="Download Sources and Documentation" description="Download sources and documentation for all dependencies"
|
||||
icon="/images/download.png">
|
||||
</action>
|
||||
|
||||
<action id="Maven.DownloadSelectedSourcesAndDocs" class="org.jetbrains.idea.maven.project.actions.DownloadSelectedSourcesAndDocsAction"
|
||||
text="Download Sources And Documentation"
|
||||
text="Download Sources and Documentation"
|
||||
description="Download sources and documentation for all dependencies for selected projects"
|
||||
icon="/images/download.png">
|
||||
</action>
|
||||
|
||||
Reference in New Issue
Block a user