From: Christophe Mutricy Date: Wed, 21 Apr 2010 21:52:00 +0000 (+0100) Subject: Typos X-Git-Tag: 1.2.0-pre1~6936 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=31a7a1af1b3c92b7f80b136027b8f14272940709;p=vlc Typos Pointed-Out-By: Gaƫtan Rousseaux --- 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_( \