Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Rosenberg2011-10-20 22:23:57 +0000
committerRobin Rosenberg2011-10-26 21:15:28 +0000
commit57bdb0487328b5ae46a255caa09360740ee28a17 (patch)
treeab6dbd1932f87be089dc6f4a6f6e026cefff569b /org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
parent6baf0cb9564d1df512e1f47c2d65cfa927faf95f (diff)
downloadjgit-57bdb0487328b5ae46a255caa09360740ee28a17.tar.gz
jgit-57bdb0487328b5ae46a255caa09360740ee28a17.tar.xz
jgit-57bdb0487328b5ae46a255caa09360740ee28a17.zip
Cosmetic adjustment of relative date format, do not display "0 months"
Though it may seem less precise, "0 months" looks bad and the reference Git implementation also does not display "0 months" Change-Id: I488e9c97656f9941788ae88d7c5c1562ab6c26f0
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java b/org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
index 7dbe158ce8..ceabe6d383 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
@@ -552,6 +552,7 @@ public class JGitText extends TranslationBundle {
/***/ public String year;
/***/ public String years;
/***/ public String yearsAgo;
+ /***/ public String years0MonthsAgo;
/***/ public String yearsMonthsAgo;
/***/ public String treeWalkMustHaveExactlyTwoTrees;
/***/ public String cannotBeRecursiveWhenTreesAreIncluded;

Back to the top