archive-tar.c: mark more strings for translation
[gitweb.git] / archive-zip.c
index 74f3fe9103420571c9f22273ae44ebb9d5715c78..48d843489c62c5424a9288ea20b33e9c163f6e7e 100644 (file)
@@ -309,7 +309,7 @@ static int write_zip_entry(struct archiver_args *args,
                if (is_utf8(path))
                        flags |= ZIP_UTF8;
                else
-                       warning("Path is not valid UTF-8: %s", path);
+                       warning("path is not valid UTF-8: %s", path);
        }
 
        if (pathlen > 0xffff) {