Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2016-09-28 22:44:18 +0000
committerThomas Wolf2016-10-01 13:02:34 +0000
commit482a60fe7e6fb1b1012365c05874bde0a632ea9e (patch)
tree59b096afe4dbceb717f0af207c6ffc0d978ac394 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
parent26327fb01f92d4f33413d86d38b19d5620c61c5b (diff)
downloadegit-482a60fe7e6fb1b1012365c05874bde0a632ea9e.tar.gz
egit-482a60fe7e6fb1b1012365c05874bde0a632ea9e.tar.xz
egit-482a60fe7e6fb1b1012365c05874bde0a632ea9e.zip
More configurable date formatting
Date formatting in the CommitEditor and in blame hovers should obey the preferences the user set. Bug: 502391 Change-Id: I41eac20e9e6406d28b1d189d09f328b3a718f7ac Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
index fc060dc7dd..52824533e0 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
@@ -1472,7 +1472,9 @@ CommitEditorInput_ToolTip=''{0}'' - Commit in repository {1}
CommitEditorPage_JobName=Loading commit ''{0}''
CommitEditorPage_SectionBranchesEmpty=Branches
CommitEditorPage_LabelAuthor={0} <{1}> on {2}
+CommitEditorPage_LabelAuthorRelative={0} <{1}>, {2}
CommitEditorPage_LabelCommitter={0} <{1}> on {2}
+CommitEditorPage_LabelCommitterRelative={0} <{1}>, {2}
CommitEditorPage_LabelParent=Parent:
CommitEditorPage_LabelTags=Tags:
CommitEditorPage_SectionBranches=Branches ({0})

Back to the top