Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-11-30 21:12:28 +0000
committerMatthias Sohn2011-11-30 21:13:13 +0000
commit075474939440de065705e739ecac66309230f9f6 (patch)
treea628503d46f4b52e18b699fc34096b69b634b8d2
parent41de765e17ac9047e614f57367b0b1e140b1f66b (diff)
downloadegit-075474939440de065705e739ecac66309230f9f6.tar.gz
egit-075474939440de065705e739ecac66309230f9f6.tar.xz
egit-075474939440de065705e739ecac66309230f9f6.zip
Revert "Fix typos in action labels"
This reverts commit 5252b87d11f3079fb1cc9be4752cb0fd19083434 and also corrects wrong case in corresponding tooltip. As Markus Keller pointed out serial comma is ok in English and the change removing it wasn't covering all occurrences of this text. Bug: 358614 Change-Id: I6e734fee83ddbb2b7c90132d486ff71c0830635d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.egit.ui/plugin.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties
index 58edd68ba8..ee9e6c5256 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -32,11 +32,11 @@ AddToIndexAction_label=&Add
AddToIndexAction_tooltip=Add to Git Index
RemoveFromIndexAction_label=Remove from Index
BranchAction_label=&Switch to ...
-BranchAction_tooltip=Checkout branch, tag or Reference
+BranchAction_tooltip=Checkout branch, tag, or reference
DiscardChangesAction_label=&File in Git Index
ReplaceWithHeadAction_label=&HEAD Revision
ReplaceWithCommitAction_label=Commit...
-ReplaceWithRefAction_label=&Branch, Tag or Reference...
+ReplaceWithRefAction_label=&Branch, Tag, or Reference...
FetchAction_label=&Fetch From...
FetchAction_tooltip=Fetch changes from upstream
PushAction_label=&Push...
@@ -256,7 +256,7 @@ PullIntoCurrentBranch.tooltip = Pull changes from upstream into current branch
RemoteSubMenu.label = R&emote
PushToUpstreamAction.label = &Push to Upstream
FetchFromUpstreamAction.label = &Fetch from Upstream
-CompareWithBranchOrTagAction.label = &Branch, Tag or Reference...
+CompareWithBranchOrTagAction.label = &Branch, Tag, or Reference...
MergeToolAction.label = Merge Tool
CompareWithCommitAction.label = Commit...
TreeCompareView.name = Git Tree Compare

Back to the top