comparison help/help_mp-en.h @ 34481:887c198b5b78

Add size to ICONERROR warning message.
author ib
date Sat, 14 Jan 2012 16:30:03 +0000
parents 0ba85cad4c7e
children ed612f6f4778
comparison
equal deleted inserted replaced
34480:6c6fb701fa8e 34481:887c198b5b78
560 // --- error messages --- 560 // --- error messages ---
561 #define MSGTR_NEMDB "Sorry, not enough memory to draw buffer.\n" 561 #define MSGTR_NEMDB "Sorry, not enough memory to draw buffer.\n"
562 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering." 562 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering."
563 #define MSGTR_IDFGCVD "Sorry, no GUI-compatible video output driver found.\n" 563 #define MSGTR_IDFGCVD "Sorry, no GUI-compatible video output driver found.\n"
564 #define MSGTR_NEEDLAVC "Sorry, you cannot play non-MPEG files with your DXR3/H+ device without reencoding.\nPlease enable lavc in the DXR3/H+ configuration box." 564 #define MSGTR_NEEDLAVC "Sorry, you cannot play non-MPEG files with your DXR3/H+ device without reencoding.\nPlease enable lavc in the DXR3/H+ configuration box."
565 #define MSGTR_ICONERROR "Icon '%s' not found or unsupported format.\n" 565 #define MSGTR_ICONERROR "Icon '%s' (size %d) not found or unsupported format.\n"
566 566
567 // --- skin loader error messages 567 // --- skin loader error messages
568 #define MSGTR_SKIN_ERRORMESSAGE "Error in skin config file on line %d: %s" 568 #define MSGTR_SKIN_ERRORMESSAGE "Error in skin config file on line %d: %s"
569 #define MSGTR_SKIN_ERROR_SECTION "No section specified for '%s'.\n" 569 #define MSGTR_SKIN_ERROR_SECTION "No section specified for '%s'.\n"
570 #define MSGTR_SKIN_ERROR_WINDOW "No window specified for '%s'.\n" 570 #define MSGTR_SKIN_ERROR_WINDOW "No window specified for '%s'.\n"