diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-28 10:05:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-28 10:05:04 +0800 |
commit | be91286caaafc6fa3d8bfe906ad2fdee68584449 (patch) | |
tree | 542f552a8be6453c6a45cfe3d5e6ec9057bee89b /x11-toolkits/gal2/files/patch-po_da.po | |
parent | 3b20117532f14c2b59a3809b24fa2f96a61f56a4 (diff) | |
download | marcuscom-ports-be91286caaafc6fa3d8bfe906ad2fdee68584449.tar marcuscom-ports-be91286caaafc6fa3d8bfe906ad2fdee68584449.tar.gz marcuscom-ports-be91286caaafc6fa3d8bfe906ad2fdee68584449.tar.bz2 marcuscom-ports-be91286caaafc6fa3d8bfe906ad2fdee68584449.tar.lz marcuscom-ports-be91286caaafc6fa3d8bfe906ad2fdee68584449.tar.xz marcuscom-ports-be91286caaafc6fa3d8bfe906ad2fdee68584449.tar.zst marcuscom-ports-be91286caaafc6fa3d8bfe906ad2fdee68584449.zip |
Do not use the %-[.] format to strftime since this is a GNUism.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1531 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gal2/files/patch-po_da.po')
-rw-r--r-- | x11-toolkits/gal2/files/patch-po_da.po | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/gal2/files/patch-po_da.po b/x11-toolkits/gal2/files/patch-po_da.po new file mode 100644 index 000000000..bcd97ad6f --- /dev/null +++ b/x11-toolkits/gal2/files/patch-po_da.po @@ -0,0 +1,16 @@ +--- po/da.po.orig Sat Dec 27 21:03:49 2003 ++++ po/da.po Sat Dec 27 21:04:00 2003 +@@ -46,11 +46,11 @@ + + #: gal/e-table/e-cell-date.c:96 + msgid "%b %d %l:%M %p" +-msgstr "%-d. %b. %H:%M" ++msgstr "%d. %b. %H:%M" + + #: gal/e-table/e-cell-date.c:98 + msgid "%b %d %Y" +-msgstr "%-d. %b %Y" ++msgstr "%d. %b %Y" + + #: gal/e-table/e-cell-pixbuf.c:392 + msgid "Selected Column" |