diff options
author | Iestyn Pryce <dylunio@gmail.com> | 2007-09-14 20:21:08 +0800 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2007-09-14 20:21:08 +0800 |
commit | c5ee60bf1a520714f6be595b7d19e7e675a1d2ac (patch) | |
tree | 34f803e7a4d47183fcad9ff0468116dcd4916cd0 | |
parent | 0565301f7b2162039df2642e901d149264894d85 (diff) | |
download | gsoc2013-evolution-c5ee60bf1a520714f6be595b7d19e7e675a1d2ac.tar.gz gsoc2013-evolution-c5ee60bf1a520714f6be595b7d19e7e675a1d2ac.tar.zst gsoc2013-evolution-c5ee60bf1a520714f6be595b7d19e7e675a1d2ac.zip |
Fix typo in date format string
2007-09-14 Iestyn Pryce <dylunio@gmail.com>
* cy.po: Fix typo in date format string
svn path=/trunk/; revision=34255
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | po/cy.po | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index 81f902e1cf..7cc0bfb0b5 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2007-09-14 Iestyn Pryce <dylunio@gmail.com> + + * cy.po: Fix typo in date format string + 2007-09-13 Djihed Afifi <djihed@gmail.com> * ar.po: Updated Arabic Translation by Ahmad Farghal. @@ -14774,7 +14774,7 @@ msgstr "Ddoe %l:%M %p" #: ../mail/message-list.c:1536 ../widgets/table/e-cell-date.c:94 msgid "%a %l:%M %p" -msgstr "%a %l:$M %p" +msgstr "%a %l:%M %p" #: ../mail/message-list.c:1544 ../widgets/table/e-cell-date.c:102 msgid "%b %d %l:%M %p" |