From 31a7a1af1b3c92b7f80b136027b8f14272940709 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Wed, 21 Apr 2010 22:52:00 +0100 Subject: [PATCH] Typos MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Pointed-Out-By: Gaëtan Rousseaux --- modules/gui/qt4/ui/video_effects.ui | 2 +- modules/misc/freetype.c | 2 +- modules/video_filter/remoteosd.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/gui/qt4/ui/video_effects.ui b/modules/gui/qt4/ui/video_effects.ui index 9f64edadaa..70d81d0cd5 100644 --- a/modules/gui/qt4/ui/video_effects.ui +++ b/modules/gui/qt4/ui/video_effects.ui @@ -763,7 +763,7 @@ - Darknesslimit + Darkness limit diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c index 6ac45345d5..c84d35146a 100644 --- a/modules/misc/freetype.c +++ b/modules/misc/freetype.c @@ -94,7 +94,7 @@ static void Destroy( vlc_object_t * ); #ifdef HAVE_FONTCONFIG #define FONT_LONGTEXT N_("Font family for the font you want to use") #else -#define FONT_LONGTEXT N_("Fontfile for the font you want to use") +#define FONT_LONGTEXT N_("Font file for the font you want to use") #endif #define FONTSIZE_TEXT N_("Font size in pixels") diff --git a/modules/video_filter/remoteosd.c b/modules/video_filter/remoteosd.c index 2f7df5c125..e3f97d57db 100644 --- a/modules/video_filter/remoteosd.c +++ b/modules/video_filter/remoteosd.c @@ -76,7 +76,7 @@ #define RMTOSD_PORT_TEXT N_("VNC Port") #define RMTOSD_PORT_LONGTEXT N_( \ - "VNC portnumber." ) + "VNC port number." ) #define RMTOSD_PASSWORD_TEXT N_("VNC Password") #define RMTOSD_PASSWORD_LONGTEXT N_( \ -- 2.39.2