Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
index 575a3de9da..3653caac9d 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
@@ -935,11 +935,11 @@ RepositoriesView_RemotesNodeText=Remotes
RepositoriesView_RenameBranchFailure=Branch renaming failed
RepositoriesView_RenameBranchMessage=Branch {0} is renamed to the provided name. If it has a corresponding reflog, the reflog is renamed to match the new branch name and a new reflog entry is created to remember the branch renaming.
RepositoriesView_RenameBranchTitle=Rename Branch
-RepositoriesView_WorkingDir_treenode=Working directory
+RepositoriesView_WorkingDir_treenode=Working Directory
RepositoriesViewContentProvider_ExceptionNodeText=Exception encountered while fetching children
RepositoriesViewLabelProvider_BareRepositoryMessage=This is a bare repository
RepositoriesViewLabelProvider_LocalNodetext=Local
-RepositoriesViewLabelProvider_RemoteTrackingNodetext=Remote tracking
+RepositoriesViewLabelProvider_RemoteTrackingNodetext=Remote Tracking
RepositoriesViewLabelProvider_SymbolicRefNodeText=References
RepositoriesViewLabelProvider_TagsNodeText=Tags

Back to the top