diff options
-rw-r--r-- | po/ChangeLog | 6 | ||||
-rw-r--r-- | po/es.po | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index 33b93f1b78..f8f4567aba 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,9 @@ +2001-07-27 Damon Chaplin <damon@ximian.com> + + * es.po: changed strftime format translation from "%A %b de %B" to + "%A %d de %B". It was showing the abbreviated month name instead of + the day number. + 2001-07-27 Andras Timar <timar@gnome.hu> * hu.po: Updated Hungarian translation. @@ -3096,7 +3096,7 @@ msgstr "%02i divisiónes por minuto" #: calendar/gui/e-day-view-top-item.c:285 calendar/gui/e-day-view.c:1328 #: calendar/gui/e-week-view-main-item.c:325 calendar/gui/print.c:1602 msgid "%A %d %B" -msgstr "%A %b de %B" +msgstr "%A %d de %B" #. strftime format %a = abbreviated weekday name, %d = day of month, #. %b = abbreviated month name. Don't use any other specifiers. |