builtin/pack-objects.c: mark more strings for translation
[gitweb.git] / pkt-line.c
index a593c08aad814ca015198936158219f44cbd0226..941e41dfc13493da770d8b55bd9de33d375b555e 100644 (file)
@@ -296,7 +296,7 @@ static int get_packet_data(int fd, char **src_buf, size_t *src_size,
                if (options & PACKET_READ_GENTLE_ON_EOF)
                        return -1;
 
-               die("The remote end hung up unexpectedly");
+               die("the remote end hung up unexpectedly");
        }
 
        return ret;