]> git.pld-linux.org Git - packages/elinks.git/blame - elinks-date-format.patch
- release ...4
[packages/elinks.git] / elinks-date-format.patch
CommitLineData
2b8acb3e
JB
1--- elinks-0.11.3/src/util/file.c.orig 2007-12-02 01:03:26.631355000 +0100
2+++ elinks-0.11.3/src/util/file.c 2007-12-02 01:19:06.416911036 +0100
3@@ -461,16 +461,16 @@ stat_date(struct string *string, struct
4
5 if (current_time > when + 6L * 30L * 24L * 60L * 60L
6 || current_time < when - 60L * 60L)
7- fmt = "%b %e %Y";
8+ fmt = gettext("%b %e %Y");
9 else
10- fmt = "%b %e %H:%M";
11+ fmt = gettext("%b %e %H:%M");
12
13 add_date_to_string(string, fmt, &when);
14 add_char_to_string(string, ' ');
15 return;
16 }
17 #endif
18- add_to_string(string, " ");
19+ add_to_string(string, gettext(" "));
20 }
21
22
2b8acb3e
JB
23--- elinks-0.11.3/po/pl.po.orig 2007-04-15 22:51:02.000000000 +0200
24+++ elinks-0.11.3/po/pl.po 2007-12-02 01:29:45.701341779 +0100
25@@ -7428,6 +7428,18 @@
26 msgid "Use EPSV instead of EPRT (passive vs active mode, IPv6 only)."
27