Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2015-08-20 21:47:36 +0000
committerLars Vogel2015-08-20 21:47:36 +0000
commite71a75a6311770a6ca14471416832381c61f90f1 (patch)
tree70c2f10ee383351161180a20e065fad76f3d1f0a /org.eclipse.egit.ui/plugin.properties
parent593130b4b5e0b44779803120dace9a7e18824506 (diff)
downloadegit-e71a75a6311770a6ca14471416832381c61f90f1.tar.gz
egit-e71a75a6311770a6ca14471416832381c61f90f1.tar.xz
egit-e71a75a6311770a6ca14471416832381c61f90f1.zip
Rename usage of the label "Working Directory" with "Working Tree"
During the review of my Git book Matthias Sohn pointed out that the term "Working Directory" is misleading and the term "Working Tree" should be used. Bug: 475537 Change-Id: I2ca1fc53160f347a56097f26c864f687b4cc207d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.properties')
-rw-r--r--org.eclipse.egit.ui/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties
index acdef40905..2cb645d70e 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -42,7 +42,7 @@ FetchAction_label=&Fetch From...
FetchAction_tooltip=Fetch changes from upstream
PushAction_label=&Push...
ResetAction_label=&Reset...
-ResetAction_tooltip=Reset index, working directory or branch head
+ResetAction_tooltip=Reset index, working tree or branch head
RebaseAction_label=Re&base...
RebaseAction_tooltip=Rebase current branch on top of selected branch
RebaseWithDialog_label=&Rebase...
@@ -176,7 +176,7 @@ HistoryViewCommandsLabel = History View Commands
HistoryViewCommands.extension.name = The history view commands
CommitViewerCommands.extension.name = The commit viewer commands
CompareCommand.name = Compare with each other
-CompareWithWorkTreeCommand.name = Compare with Working Directory
+CompareWithWorkTreeCommand.name = Compare with Working Tree
OpenCommand.name = Open
CompareModeCommandParameter.name = Compare mode
CreatePatchCommand.name = Create Patch

Back to the top