Author: ib Date: Fri Apr 1 22:42:06 2011 New Revision: 33184 Log: Revise font related error messages.
Modified: trunk/help/help_mp-en.h Changes in other areas also in this revision: Modified: trunk/gui/skin/skin.c trunk/help/help_mp-bg.h trunk/help/help_mp-cs.h trunk/help/help_mp-de.h trunk/help/help_mp-dk.h trunk/help/help_mp-el.h trunk/help/help_mp-es.h trunk/help/help_mp-fr.h trunk/help/help_mp-hu.h trunk/help/help_mp-it.h trunk/help/help_mp-ja.h trunk/help/help_mp-ko.h trunk/help/help_mp-mk.h trunk/help/help_mp-nb.h trunk/help/help_mp-nl.h trunk/help/help_mp-pl.h trunk/help/help_mp-pt_BR.h trunk/help/help_mp-ru.h trunk/help/help_mp-sk.h trunk/help/help_mp-sv.h trunk/help/help_mp-tr.h trunk/help/help_mp-uk.h trunk/help/help_mp-zh_CN.h trunk/help/help_mp-zh_TW.h Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h Fri Apr 1 15:59:50 2011 (r33183) +++ trunk/help/help_mp-en.h Fri Apr 1 22:42:06 2011 (r33184) @@ -587,11 +587,11 @@ static const char help_text[]= #define MSGTR_SKIN_BITMAP_PNGReadError "PNG read error in %s\n" #define MSGTR_SKIN_BITMAP_ConversionError "24 bit to 32 bit conversion error in %s\n" #define MSGTR_SKIN_UnknownMessage "Unknown message '%s'\n" -#define MSGTR_SKIN_FONT_NotEnoughtMemory "not enough memory\n" +#define MSGTR_SKIN_NotEnoughMemory "Not enough memory\n" #define MSGTR_SKIN_FONT_TooManyFontsDeclared "Too many fonts declared.\n" -#define MSGTR_SKIN_FONT_FontFileNotFound "Font file not found.\n" +#define MSGTR_SKIN_FONT_FontFileNotFound "Font description 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_FONT_NonExistentFont "Font '%s' not found.\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" _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
