Mercurial > mplayer.hg
diff help/help_mp-en.h @ 32871:4463dd690b0d
Avoid unnecessary brackets and improve message texts.
author | ib |
---|---|
date | Thu, 24 Feb 2011 11:41:05 +0000 |
parents | 736b22f11e00 |
children | a095a4ed8ad3 |
line wrap: on
line diff
--- a/help/help_mp-en.h Wed Feb 23 22:39:03 2011 +0000 +++ b/help/help_mp-en.h Thu Feb 24 11:41:05 2011 +0000 @@ -579,8 +579,8 @@ #define MSGTR_SKIN_WARNING1 "[skin] warning: in config file line %d:\nwidget (%s) found but no \"section\" found before" #define MSGTR_SKIN_WARNING2 "[skin] warning: in config file line %d:\nwidget (%s) found but no \"subsection\" found before" #define MSGTR_SKIN_WARNING3 "[skin] warning: in config file line %d:\nthis subsection is not supported by widget (%s)" -#define MSGTR_SKIN_SkinFileNotFound "[skin] file ( %s ) not found.\n" -#define MSGTR_SKIN_SkinFileNotReadable "[skin] file ( %s ) not readable.\n" +#define MSGTR_SKIN_SkinFileNotFound "Skin file %s not found.\n" +#define MSGTR_SKIN_SkinFileNotReadable "Skin file %s not readable.\n" #define MSGTR_SKIN_BITMAP_16bit "Bitmaps of 16 bits or less depth not supported (%s).\n" #define MSGTR_SKIN_BITMAP_FileNotFound "File not found (%s)\n" #define MSGTR_SKIN_BITMAP_BMPReadError "BMP read error (%s)\n" @@ -597,7 +597,7 @@ #define MSGTR_SKIN_FONT_NonExistentFontID "non-existent font identifier (%s)\n" #define MSGTR_SKIN_UnknownParameter "unknown parameter (%s)\n" #define MSGTR_SKIN_SKINCFG_SkinNotFound "Skin not found (%s).\n" -#define MSGTR_SKIN_SKINCFG_SelectedSkinNotFound "Selected skin ( %s ) not found, trying 'default'...\n" +#define MSGTR_SKIN_SKINCFG_SelectedSkinNotFound "Selected skin '%s' not found, trying skin 'default'...\n" #define MSGTR_SKIN_SKINCFG_SkinCfgReadError "skin config file read error (%s)\n" #define MSGTR_SKIN_LABEL "Skins:"