Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2013-11-24 11:11:39 +0000
committerRobin Stocker2013-11-24 13:19:02 +0000
commitc5eaf957984c8c43c5cbf99e89ab702c0b206b5d (patch)
tree08f0b84639a41e8765f36dd44e12c29e1d05873c
parente1b70990aaf4c8045f6ac2153f0935449eff2942 (diff)
downloadegit-c5eaf957984c8c43c5cbf99e89ab702c0b206b5d.tar.gz
egit-c5eaf957984c8c43c5cbf99e89ab702c0b206b5d.tar.xz
egit-c5eaf957984c8c43c5cbf99e89ab702c0b206b5d.zip
Unify "Add Spec" capitalization
There were two different writings in the Refspec dialog. When this gets merged, the user guide should be updated (3 occurrences). Change-Id: Ib99a5fb00b5de66c62a5ca13617a972799f4a93f Signed-off-by: Michael Keppler <michael.keppler@gmx.de> Signed-off-by: Robin Stocker <robin@nibor.org>
-rw-r--r--org.eclipse.egit.doc/cheatsheets/push.xml2
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.doc/cheatsheets/push.xml b/org.eclipse.egit.doc/cheatsheets/push.xml
index 505bcde166..e7a2decba6 100644
--- a/org.eclipse.egit.doc/cheatsheets/push.xml
+++ b/org.eclipse.egit.doc/cheatsheets/push.xml
@@ -43,7 +43,7 @@
<description>
<b>Specify reference mappings</b><br /><br />
To map your local branch names to the same branch names that are available in the destination repository click &quot;Add all branches spec&quot;.<br /><br />
- If you want to declare different mappings, either enter reference names into the &quot;Source ref&quot; and &quot;Destination ref&quot; fields or select an existing entry from the drop-down lists. Afterwards click &quot;Add spec&quot; to transfer the mapping into the &quot;Specifications for push&quot; list.<br /><br />
+ If you want to declare different mappings, either enter reference names into the &quot;Source ref&quot; and &quot;Destination ref&quot; fields or select an existing entry from the drop-down lists. Afterwards click &quot;Add Spec&quot; to transfer the mapping into the &quot;Specifications for push&quot; list.<br /><br />
A typical mapping is 'HEAD' as source reference and 'refs/heads/master' as destination reference. This means that the current HEAD (which points to the currently checked out branch) is mapped to the destination master branch.<br /><br />
When pushing to a <b>Gerrit code review</b> system enter 'refs/for/master' as destination reference. This pushes the change to the review queue for the master branch.
</description>
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
index 72a66a7794..cc1d581ffe 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
@@ -523,7 +523,7 @@ RefSpecPanel_creationButtonDescription=Add this create/update specification to s
RefSpecPanel_creationDst=Destination ref:
RefSpecPanel_creationGroup=Add create/update specification
RefSpecPanel_creationSrc=Source ref:
-RefSpecPanel_deletionButton=Add spec
+RefSpecPanel_deletionButton=Add Spec
RefSpecPanel_deletionButtonDescription=Add this delete specification to set of push specifications.
RefSpecPanel_deletionGroup=Add delete ref specification
RefSpecPanel_deletionRef=Remote ref to delete:

Back to the top