Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2019-03-15 18:41:51 +0000
committerThomas Wolf2019-03-15 19:13:10 +0000
commit77d63405c10688d00e361182ca0c1d66cf4822a1 (patch)
tree8c28ea6ad965f49567fff1b53caaab30474ae8c0 /org.eclipse.egit.gitflow.ui/src/org/eclipse/egit
parent73925448c5e875e09a5596443b47c6fec8d4e9ca (diff)
downloadegit-77d63405c10688d00e361182ca0c1d66cf4822a1.tar.gz
egit-77d63405c10688d00e361182ca0c1d66cf4822a1.tar.xz
egit-77d63405c10688d00e361182ca0c1d66cf4822a1.zip
Replace "Checkout" by "Check Out" when used as a verb
There is no english verb "to checkout". It's "to check out". Change-Id: Ife96a5ce13a60a6bfd35a8745bd0488cb80cb15f Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.egit.gitflow.ui/src/org/eclipse/egit')
-rw-r--r--org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties b/org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties
index 634dce78a0..b0d96b0b4a 100644
--- a/org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties
+++ b/org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties
@@ -66,7 +66,7 @@ ReleaseStartHandler_provideANameForTheNewRelease=Please provide a name for the n
ReleaseStartHandler_provideReleaseName=Provide release name
ReleaseStartHandler_startCommitCouldNotBeDetermined=Start commit could not be determined.
ReleaseStartHandler_startingNewRelease=Starting new Release...
-FeatureCheckoutHandler_ButtonOK=&Checkout
+FeatureCheckoutHandler_ButtonOK=&Check Out
FeatureCheckoutHandler_checkingOutFeature=Checking out feature...
FeatureCheckoutHandler_localFeatures=Local features:
FeatureCheckoutHandler_selectFeature=Select Feature

Back to the top