# HG changeset patch # User ib # Date 1301654171 0 # Node ID ae558e6f7a578b94749b23a2988290eb3db44a2f # Parent b8779b19730e00ecfe8a8f0151fa612b3ef763a6 Revise message for parameter errors. diff -r b8779b19730e -r ae558e6f7a57 help/help_mp-de.h --- a/help/help_mp-de.h Thu Mar 31 12:25:32 2011 +0000 +++ b/help/help_mp-de.h Fri Apr 01 10:36:11 2011 +0000 @@ -789,7 +789,7 @@ #define MSGTR_SKIN_FONT_FontFileNotFound "Schriftdatei nicht gefunden.\n" #define MSGTR_SKIN_FONT_FontImageNotFound "Schriftbilddatei nicht gefunden.\n" #define MSGTR_SKIN_FONT_NonExistentFontID "nicht existierende Schriftbezeichnung (%s)\n" -#define MSGTR_SKIN_UnknownParameter "unbekannter Parameter (%s)\n" +#define MSGTR_SKIN_UnknownParameter "Unbekannter Parameter '%s'\n" #define MSGTR_SKIN_SKINCFG_SkinNotFound "Skin '%s' nicht gefunden.\n" #define MSGTR_SKIN_SKINCFG_SelectedSkinNotFound "Ausgewähltes Skin '%s' nicht gefunden, Skin 'default' wird versucht ...\n" #define MSGTR_SKIN_SKINCFG_SkinCfgError "Verarbeitungsfehler in Konfigurationsdatei des Skins '%s'\n" diff -r b8779b19730e -r ae558e6f7a57 help/help_mp-en.h --- a/help/help_mp-en.h Thu Mar 31 12:25:32 2011 +0000 +++ b/help/help_mp-en.h Fri Apr 01 10:36:11 2011 +0000 @@ -592,7 +592,7 @@ #define MSGTR_SKIN_FONT_FontFileNotFound "Font file not found.\n" #define MSGTR_SKIN_FONT_FontImageNotFound "Font image file not found.\n" #define MSGTR_SKIN_FONT_NonExistentFontID "non-existent font identifier (%s)\n" -#define MSGTR_SKIN_UnknownParameter "unknown parameter (%s)\n" +#define MSGTR_SKIN_UnknownParameter "Unknown parameter '%s'\n" #define MSGTR_SKIN_SKINCFG_SkinNotFound "Skin '%s' not found.\n" #define MSGTR_SKIN_SKINCFG_SelectedSkinNotFound "Selected skin '%s' not found, trying skin 'default'...\n" #define MSGTR_SKIN_SKINCFG_SkinCfgError "Config file processing error with skin '%s'\n"