Author: ib Date: Wed Mar 30 12:07:15 2011 New Revision: 33149 Log: Cosmetic: Rename error message.
The renaming allows usage at other places without sounding strange there. 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-de.h trunk/help/help_mp-zh_CN.h Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h Tue Mar 29 21:42:05 2011 (r33148) +++ trunk/help/help_mp-en.h Wed Mar 30 12:07:15 2011 (r33149) @@ -578,7 +578,7 @@ static const char help_text[]= #define MSGTR_SKIN_ERRORMESSAGE "Error in skin config file on line %d: %s" #define MSGTR_SKIN_ERROR_SECTION "No section specified for '%s'.\n" #define MSGTR_SKIN_ERROR_WINDOW "No window specified for '%s'.\n" -#define MSGTR_SKIN_ERROR_IN_WINDOW "This item is not supported by '%s'.\n" +#define MSGTR_SKIN_ERROR_ITEM "This item is not supported by '%s'.\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 "Color depth of bitmap %s is 16 bits or less which is not supported.\n" _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
