summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-02 23:32:32 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-02 23:32:32 +0000
commit34349f673db0e791dad2a933ae0af4bbc27882ad (patch)
tree8b6dbc438da4ac0358f3ced95492845b67cc61b7 /help
parent479b7263863530a4a59056c0240f8c2a8d3e7f7d (diff)
downloadmpv-34349f673db0e791dad2a933ae0af4bbc27882ad.tar.bz2
mpv-34349f673db0e791dad2a933ae0af4bbc27882ad.tar.xz
Fix some not entirely correct and misleading messages.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26649 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h4
1 files 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"