diff options
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | po/ko.po | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index f15df5ad7..d6c5fccfd 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2004-04-21 Changwoo Ryu <cwryu@debian.org> + + * Replaced %-d with %e. `-' modifier is a GNU extension. + 2004-04-15 Andras Timar <timar@gnome.hu> * hu.po: Updated Hungarian translation. @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: epiphany 1.1.9\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-02-25 00:05+0900\n" -"PO-Revision-Date: 2004-02-25 00:05+0900\n" +"PO-Revision-Date: 2004-04-21 02:18+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n" "MIME-Version: 1.0\n" @@ -1770,7 +1770,7 @@ msgstr "%s에 대한 보안 정보가 %s까지는 유효하지 않습니다." #. * strftime(3) #: embed/mozilla/GtkNSSDialogs.cpp:433 msgid "%a %d %b %Y" -msgstr "%Y년 %b %-d일 (%a)" +msgstr "%Y년 %b %e일 (%a)" #: embed/mozilla/GtkNSSDialogs.cpp:444 msgid "You should ensure that your computer's time is correct." |