Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2019-01-28 12:46:03 +0000
committerMatthias Sohn2019-01-29 16:03:26 +0000
commit9d155b2b0f4eef72acb3fb6f19ee338e7488029b (patch)
treedbedf56cf57d1e165efd50fabc6ee1f11a1c663a /org.eclipse.egit.ui/plugin.xml
parentb341c0bad412a38cc402fb4def702db47236450e (diff)
downloadegit-9d155b2b0f4eef72acb3fb6f19ee338e7488029b.tar.gz
egit-9d155b2b0f4eef72acb3fb6f19ee338e7488029b.tar.xz
egit-9d155b2b0f4eef72acb3fb6f19ee338e7488029b.zip
New Git Repo wizard should have a description
Also fix case of an existing text. It should be sentence case. Bug: 543897 Change-Id: I1db0e43e03878393d86397d326a618fea393c33c Signed-off-by: Matthias Becker <ma.becker@sap.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.xml')
-rw-r--r--org.eclipse.egit.ui/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml
index 52fce6f942..9075a24254 100644
--- a/org.eclipse.egit.ui/plugin.xml
+++ b/org.eclipse.egit.ui/plugin.xml
@@ -7020,6 +7020,9 @@
icon="icons/etool16/createRepository.png"
id="org.eclipse.egit.ui.CreateRepositoryWizard"
name="%CreateRepositoryWizard.name">
+ <description>
+ %CreateRepositoryWizard.description
+ </description>
</wizard>
<category
id="org.eclipse.egit.ui.wizardCategory"

Back to the top