Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-09-30 22:37:09 +0000
committerMatthias Sohn2011-09-30 22:37:09 +0000
commitf3db7ea8bb0ff02b65bb8939ce5f761d191212b6 (patch)
tree0ff01461d2d48e812b872ac2c15e9595d168af24
parent9559e6e7f49ab81174c25d4fe8c6d4267e4311af (diff)
downloadegit-f3db7ea8bb0ff02b65bb8939ce5f761d191212b6.tar.gz
egit-f3db7ea8bb0ff02b65bb8939ce5f761d191212b6.tar.xz
egit-f3db7ea8bb0ff02b65bb8939ce5f761d191212b6.zip
[repoView] Use headline style for static node names
This keeps the Git Repositories view consistent with other Eclipse views such as the Package Explorer. Change-Id: I74f716d05561cc53be07c4575cf53b51a00dbf10 Signed-off-by: Kevin Sawicki <kevin@github.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-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