Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSasa Zivkov2010-10-13 14:23:50 +0000
committerSasa Zivkov2010-10-14 11:51:11 +0000
commitf96aaee20611b6c15abb7946ec4f7cade55b9075 (patch)
treeb7cd6e7031e99f31960ac6b862d6539016c16f6e /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parent0213f9296e68c228dedcc75b247708de7c766ebf (diff)
downloadegit-f96aaee20611b6c15abb7946ec4f7cade55b9075.tar.gz
egit-f96aaee20611b6c15abb7946ec4f7cade55b9075.tar.xz
egit-f96aaee20611b6c15abb7946ec4f7cade55b9075.zip
Making branch nodes' names more consistent.
Renaming "Remote Branches" to "Remote Tracking" and "Local Branches" to "Local". This makes Git Repositories view easier to understand for Git beginners. I have seen many of them thinking that branches under the "Remote Branches" node are branches from a remote repository. Changing the name to "Remote Tracking" will help and will be also consistent with the standard Git terminology. Removing the " Branches" suffix makes UI look better. Bug: 327454 Change-Id: I3d4378d173abca9b4d47f2400cb2679c88e61073 Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
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 8d9a79b12f..b72a2ed858 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
@@ -667,8 +667,8 @@ RepositoriesView_RenameBranchTitle=Rename Branch
RepositoriesView_WorkingDir_treenode=Working directory
RepositoriesViewContentProvider_ExceptionNodeText=Exception encountered while fetching children
RepositoriesViewLabelProvider_BareRepositoryMessage=This is a bare repository
-RepositoriesViewLabelProvider_LocalBranchesNodetext=Local Branches
-RepositoriesViewLabelProvider_RemoteBrancheNodetext=Remote Branches
+RepositoriesViewLabelProvider_LocalNodetext=Local
+RepositoriesViewLabelProvider_RemoteTrackingNodetext=Remote Tracking
RepositoriesViewLabelProvider_SymbolicRefNodeText=Symbolic References
RepositoriesViewLabelProvider_TagsNodeText=Tags

Back to the top