[PATCH 2 of 5] Remove dummy messages and just forward the default messages

Wald Commits scm-commit at wald.intevation.org
Fri Jun 20 12:53:22 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1403250970 -7200
# Node ID c0f988e3df9f35651af6aad968d36279acc098a6
# Parent  5d6e86cf3b8794c4ec1122c9da83b6206235780b
Remove dummy messages and just forward the default messages

diff -r 5d6e86cf3b87 -r c0f988e3df9f common/events.mc
--- a/common/events.mc	Fri Jun 20 09:49:26 2014 +0200
+++ b/common/events.mc	Fri Jun 20 09:56:10 2014 +0200
@@ -35,7 +35,7 @@
 MessageId=0x2
 SymbolicName=EVENT_CAT_CINST
 Language=English
-Certificate Installer2
+Certificate Installer
 .
 Language=German
 Zertifikatsinstaller
@@ -59,10 +59,10 @@
 Facility=Runtime
 SymbolicName=MSG_DEFAULT_INFO
 Language=English
-Test blub
+%1
 .
 Language=German
-Schlaand Schlaand %0 blubs
+%1
 .
 
 MessageId=0x101
@@ -70,8 +70,8 @@
 Facility=Runtime
 SymbolicName=MSG_DEFAULT_ERROR
 Language=English
-Test Error  blub
+%1
 .
 Language=German
-Schlaand Schlaand %0 ERROR  blubs
+%1
 .


More information about the Trustbridge-commits mailing list