[PATCH tools] patches: Title the third column "Submitter" rather than "Author"

Alex Henrie alexhenrie24 at gmail.com
Wed Jan 3 19:34:33 CST 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
The person who sent the patch is not necessarily the person who wrote
it.

 patches/update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/update b/patches/update
index 03af078..6d58ad9 100755
--- a/patches/update
+++ b/patches/update
@@ -144,7 +144,7 @@ print INDEX "<div id=\"logo_blurb\">Wine source repository – Patch status<
 print INDEX "<div id=\"main_content\"><div id=\"content\"><div class=\"main\">\n";
 print INDEX "<table id=\"main_table\" class=\"main\"><thead><tr><th class=\"id\">ID</th>",
     "<th class=\"status\">Status</th>",
-    "<th colspan=\"2\" class=\"author\">Author</th>",
+    "<th colspan=\"2\" class=\"author\">Submitter</th>",
     "<th class=\"subject\">Subject</th>",
     "<th class=\"author\">Reviewer</th>",
     "<th class=\"status\">Sign</th>",
-- 
2.15.1




More information about the wine-devel mailing list