shdoclc: Mark the page print footer as not needing translation.

Francois Gouget fgouget at free.fr
Thu Aug 25 03:47:51 CDT 2011


---

I see no way in which this can be meaningfully translated but it feels 
like it belongs in the resource file, if only for symmetry with the 
header value which does need to be translated. But if it can be removed 
from the resource file then that would work too.


 dlls/shdoclc/shdoclc.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shdoclc/shdoclc.rc b/dlls/shdoclc/shdoclc.rc
index df9cc17..fe4f054 100644
--- a/dlls/shdoclc/shdoclc.rc
+++ b/dlls/shdoclc/shdoclc.rc
@@ -28,7 +28,7 @@ STRINGTABLE
 STRINGTABLE
 {
     IDS_PRINT_HEADER_TEMPLATE "&w&bPage &p" /* FIXME: should be "&w&bPage &p of &P" */
-    IDS_PRINT_FOOTER_TEMPLATE "&u&b&d"
+    IDS_PRINT_FOOTER_TEMPLATE "#msgctxt#do not translate#&u&b&d"
 }
 
 IDR_BROWSE_CONTEXT_MENU MENU
-- 
1.7.5.4




More information about the wine-patches mailing list