Maven: action names (IDEA-57382)

This commit is contained in:
Anton Makeev
2010-08-10 12:26:34 +04:00
parent 7efb9d6494
commit 767f9fc2e8
@@ -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>