From 34349f673db0e791dad2a933ae0af4bbc27882ad Mon Sep 17 00:00:00 2001 From: eugeni Date: Fri, 2 May 2008 23:32:32 +0000 Subject: Fix some not entirely correct and misleading messages. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26649 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help/help_mp-en.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help/help_mp-en.h b/help/help_mp-en.h index 650757da9e..a97938e8c2 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -2034,7 +2034,7 @@ static char help_text[]= #define MSGTR_LIBASS_ErrorOpeningFont "[ass] Error opening font: %s, %d\n" // ass_fontconfig.c -#define MSGTR_LIBASS_SelectedFontFamilyIsNotTheRequestedOne "[ass] fontconfig: Selected font family is not the requested one: '%s' != '%s'\n" +#define MSGTR_LIBASS_SelectedFontFamilyIsNotTheRequestedOne "[ass] fontconfig: Selected font is not the requested one: '%s' != '%s'\n" #define MSGTR_LIBASS_UsingDefaultFontFamily "[ass] fontconfig_select: Using default font family: (%s, %d, %d) -> %s, %d\n" #define MSGTR_LIBASS_UsingDefaultFont "[ass] fontconfig_select: Using default font: (%s, %d, %d) -> %s, %d\n" #define MSGTR_LIBASS_UsingArialFontFamily "[ass] fontconfig_select: Using 'Arial' font family: (%s, %d, %d) -> %s, %d\n" @@ -2065,7 +2065,7 @@ static char help_text[]= #define MSGTR_LIBASS_EventHeightHasChanged "[ass] Warning! Event height has changed! \n" // ass_font.c -#define MSGTR_LIBASS_GlyphNotFoundReselectingFont "[ass] Glyph 0x%X not found, reselecting font for (%s, %d, %d)\n" +#define MSGTR_LIBASS_GlyphNotFoundReselectingFont "[ass] Glyph 0x%X not found, selecting one more font for (%s, %d, %d)\n" #define MSGTR_LIBASS_GlyphNotFound "[ass] Glyph 0x%X not found in font for (%s, %d, %d)\n" #define MSGTR_LIBASS_ErrorOpeningMemoryFont "[ass] Error opening memory font: %s\n" #define MSGTR_LIBASS_NoCharmaps "[ass] font face with no charmaps\n" -- cgit v1.2.3