[vlc-commits] commit: Typos (Christophe Mutricy )
git at videolan.org
git at videolan.org
Fri Apr 23 02:11:45 CEST 2010
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Apr 21 22:52:00 2010 +0100| [31a7a1af1b3c92b7f80b136027b8f14272940709] | committer: Christophe Mutricy
Typos
Pointed-Out-By: Gaëtan Rousseaux
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=31a7a1af1b3c92b7f80b136027b8f14272940709
---
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 9f64eda..70d81d0 100644
--- a/modules/gui/qt4/ui/video_effects.ui
+++ b/modules/gui/qt4/ui/video_effects.ui
@@ -763,7 +763,7 @@
<item row="2" column="0">
<widget class="QLabel" name="label_39">
<property name="text">
- <string>Darknesslimit</string>
+ <string>Darkness limit</string>
</property>
</widget>
</item>
diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c
index 6ac4534..c84d351 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 2f7df5c..e3f97d5 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_( \
More information about the vlc-commits
mailing list