[vlc-commits] Freetype: better shortext for Text Opacity
Jean-Baptiste Kempf
git at videolan.org
Mon Oct 31 00:42:31 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Oct 30 00:39:01 2011 +0200| [1cc30b4c317c5221594fcf621e9f65291816e294] | committer: Jean-Baptiste Kempf
Freetype: better shortext for Text Opacity
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1cc30b4c317c5221594fcf621e9f65291816e294
---
modules/text_renderer/freetype.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/text_renderer/freetype.c b/modules/text_renderer/freetype.c
index 1e83a68..00f2421 100644
--- a/modules/text_renderer/freetype.c
+++ b/modules/text_renderer/freetype.c
@@ -108,7 +108,7 @@ static void Destroy( vlc_object_t * );
"that will be rendered on the video. " \
"If set to something different than 0 this option will override the " \
"relative font size." )
-#define OPACITY_TEXT N_("Opacity")
+#define OPACITY_TEXT N_("Text opacity")
#define OPACITY_LONGTEXT N_("The opacity (inverse of transparency) of the " \
"text that will be rendered on the video. 0 = transparent, " \
"255 = totally opaque. " )
More information about the vlc-commits
mailing list