Author: ib Date: Fri Mar 25 13:40:20 2011 New Revision: 33112 Log: Revise some GUI error message texts.
Modified: trunk/help/help_mp-en.h Changes in other areas also in this revision: Modified: trunk/gui/interface.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 Mar 25 12:28:25 2011 (r33111) +++ trunk/help/help_mp-en.h Fri Mar 25 13:40:20 2011 (r33112) @@ -568,9 +568,9 @@ static const char help_text[]= #define MSGTR_Browse "Browse" // --- error messages --- -#define MSGTR_NEMDB "Sorry, not enough memory to draw buffer." +#define MSGTR_NEMDB "Sorry, not enough memory to draw buffer.\n" #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering." -#define MSGTR_IDFGCVD "Sorry, I did not find a GUI-compatible video output driver." +#define MSGTR_IDFGCVD "Sorry, no GUI-compatible video output driver found.\n" #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." #define MSGTR_UNKNOWNWINDOWTYPE "Unknown window type found ..." @@ -596,9 +596,9 @@ static const char help_text[]= #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_SKINCFG_SkinNotFound "Skin not found (%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_SkinCfgReadError "skin config file read error (%s)\n" +#define MSGTR_SKIN_SKINCFG_SkinCfgError "Config file processing error with skin '%s'\n" #define MSGTR_SKIN_LABEL "Skins:" // --- GTK menus _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
