]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(print_long_format): Wrap the --full-time' date format
authorJim Meyering <jim@meyering.net>
Sat, 11 Nov 2000 07:51:07 +0000 (07:51 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 11 Nov 2000 07:51:07 +0000 (07:51 +0000)
string in _(...), so it too may be internationalized.
Suggestion from Jungshik Shin.

src/ls.c

index 65fe7920679460e745734f5c8b3503304ed2f44a..f15802ed3c395c22505c6692ab9255022d8292bc 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -2370,7 +2370,7 @@ print_long_format (const struct fileinfo *f)
 
   if (full_time)
     {
-      fmt = "%a %b %d %H:%M:%S %Y";
+      fmt = _("%a %b %d %H:%M:%S %Y");
     }
   else
     {