Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kinzler2010-10-25 12:36:19 +0000
committerMathias Kinzler2010-10-25 12:36:19 +0000
commite2af439afd8e7aeaac2ff70c67a21e11bf2beb7a (patch)
tree37a4197feeb81b90abb2df3588043158b533ca21 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parente259a7cfcc8b4881d6656ce554334d0830524153 (diff)
downloadegit-e2af439afd8e7aeaac2ff70c67a21e11bf2beb7a.tar.gz
egit-e2af439afd8e7aeaac2ff70c67a21e11bf2beb7a.tar.xz
egit-e2af439afd8e7aeaac2ff70c67a21e11bf2beb7a.zip
[historyView] make columns and search options consistent
This adds a "Committer" column to the history view and removes the duplicate search option for Commit ID described in the bug. Furthermore, the sequence of the search options is made consistent with the column order. Bug: 327291 Change-Id: Ic4a03a6e20643722b18b7126c34ea7e40d8a3897 Signed-off-by: Mathias Kinzler <mathias.kinzler@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.properties5
1 files changed, 3 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 68b8573c0d..97b46d3a7e 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
@@ -367,11 +367,11 @@ HistoryPage_findbar_find=&Find:
HistoryPage_findbar_next=&Next
HistoryPage_findbar_previous=&Previous
HistoryPage_findbar_ignorecase=Ignore case
-HistoryPage_findbar_commit=Commit
+HistoryPage_findbar_commit=Id
HistoryPage_findbar_comments=Comments
HistoryPage_findbar_author=Author
HistoryPage_findbar_committer=Committer
-HistoryPage_findbar_changeto_commit=Change to Commit
+HistoryPage_findbar_changeto_commit=Change to Id
HistoryPage_findbar_changeto_comments=Change to Comments
HistoryPage_findbar_changeto_author=Change to Author
HistoryPage_findbar_changeto_committer=Change to Committer
@@ -823,6 +823,7 @@ CommitFileDiffViewer_MergeCommitMultiAncestorMessage=This is a merge commit with
CommitFileDiffViewer_notContainedInCommit=File {0} is not contained in commit {1}
CommitFileDiffViewer_SelectOneCommitMessage=Please select exactly one commit
CommitGraphTable_CommitId=Id
+CommitGraphTable_Committer=Committer
GitSynchronizeWizard_synchronize=Synchronize
GitSynchronizeWizard_gitResourceSynchronization=Git Resource Synchronization

Back to the top