Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.github.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.github.ui/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github.ui/plugin.xml b/org.eclipse.mylyn.github.ui/plugin.xml
index 32cc27b9..3ae94d7d 100644
--- a/org.eclipse.mylyn.github.ui/plugin.xml
+++ b/org.eclipse.mylyn.github.ui/plugin.xml
@@ -260,6 +260,9 @@
icon="icons/obj16/github.png"
id="org.eclipse.mylyn.github.ui.importRepositoriesWizard"
name="%importRepositoriesWizardName">
+ <description>
+ %importRepositoriesWizardDescription
+ </description>
</wizard>
</extension>
<extension
@@ -270,6 +273,9 @@
icon="icons/obj16/github.png"
id="org.eclipse.mylyn.github.ui.cloneRepositoriesWizard"
name="%cloneRepositoriesWizardName">
+ <description>
+ %cloneRepositoriesWizardDescription
+ </description>
</wizard>
</extension>
<extension

Back to the top