From 1a004a5290274a80029c59c3ea8721c22fd6e2f0 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sun, 4 Aug 2013 19:12:29 +0000 Subject: [PATCH] add clarifying comment to _Date_el.py svn: r22797 --- src/DateHandler/_Date_el.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/DateHandler/_Date_el.py b/src/DateHandler/_Date_el.py index f9fa922b3..519abde49 100644 --- a/src/DateHandler/_Date_el.py +++ b/src/DateHandler/_Date_el.py @@ -140,11 +140,12 @@ class DateDisplayEL(DateDisplay): _bce_str = "%s ð.×." - #Following are the formats for date display you can set in the preferences formats = ( "ΕΕΕΕ-ΜΜ-ΗΗ (ISO)", "Αριθμητικά", "Ημερομηνία, Έτος", "ΗΜ/ΝΙΑ, ΕΤΟΣ", "Ημέρα Μήνας Έτος", "ΗΜ ΜΗΝ ΕΤΟΣ" ) + # this must agree with DateDisplayEn's "formats" definition + # (since no locale-specific _display_gregorian exists, here) def display(self, date): """