]> git.sesse.net Git - vlc/commitdiff
Typos
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 21 Apr 2010 21:52:00 +0000 (22:52 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 22 Apr 2010 18:21:58 +0000 (19:21 +0100)
Pointed-Out-By: Gaƫtan Rousseaux
modules/gui/qt4/ui/video_effects.ui
modules/misc/freetype.c
modules/video_filter/remoteosd.c

index 9f64edadaa4aa05fd2501390f6fe1ddcd0696956..70d81d0cd58df0a21c4215ec8eeec2459822b7b0 100644 (file)
        <item row="2" column="0">
         <widget class="QLabel" name="label_39">
          <property name="text">
-          <string>Darknesslimit</string>
+          <string>Darkness limit</string>
          </property>
         </widget>
        </item>
index 6ac45345d55e9f0ebabea3ae93849f29fe90efb3..c84d35146a7c9a33ffff21472a2a9c05fea02d36 100644 (file)
@@ -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")
index 2f7df5c125b2cd29d65d013af6feba722799d636..e3f97d57db45d4ee240181e06510a78c59454aa9 100644 (file)
@@ -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_( \