Module: tools
Branch: master
Commit: d9f2f182fc8de3435d616a79512da7e40924e923
URL: http://source.winehq.org/git/tools.git/?a=commit;h=d9f2f182fc8de3435d616a79…
Author: Alex Henrie <alexhenrie24(a)gmail.com>
Date: Thu Jan 12 21:47:43 2017 -0700
patches: Say "translation files" instead of "resource files".
The explanation was confusing because it's been years since we used
resource files for translation.
Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
patches/update | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patches/update b/patches/update
index 037297f..4f381f0 100755
--- a/patches/update
+++ b/patches/update
@@ -69,7 +69,7 @@ my @legend =
[ "formatting", "<ul><li>The patch author's full name, email address, or Signed-off-by headers are incorrect or missing.</li>" .
"<li>Whitespace got mangled in transit.</li>" .
"<li>Indentation is messed up (usually from editing with a non-standard tab size).</li>" .
- "<li>8-bit chars got mangled in transit (usually when sending patches to resource files).</li>" .
+ "<li>8-bit chars got mangled in transit (usually when sending patches to translation files).</li>" .
"<li>You are making gratuitous formatting changes to the code.</li>" .
"<li>You are using C++ comments.</li></ul>" ],
[ "nopatch", "<ul><li>You hit 'send' before attaching the patch.</li>" .