[vlc-commits] subtitle-demux: unify 'Frames per Second' vs. 'Frames per second' ( -1 l10n string)

Felix Paul Kühne git at videolan.org
Thu Apr 25 20:48:44 CEST 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Apr 25 20:44:04 2013 +0200| [8d947cf53a4fd9fe808dd6761c1f881506aea11e] | committer: Felix Paul Kühne

subtitle-demux: unify 'Frames per Second' vs. 'Frames per second' (-1 l10n string)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d947cf53a4fd9fe808dd6761c1f881506aea11e
---

 modules/demux/subtitle.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/subtitle.c b/modules/demux/subtitle.c
index a1dc7bd..5b273c5 100644
--- a/modules/demux/subtitle.c
+++ b/modules/demux/subtitle.c
@@ -72,7 +72,7 @@ vlc_module_begin ()
     set_category( CAT_INPUT )
     set_subcategory( SUBCAT_INPUT_DEMUX )
     add_float( "sub-fps", 0.0,
-               N_("Frames per second"),
+               N_("Frames per Second"),
                SUB_FPS_LONGTEXT, true )
     add_integer( "sub-delay", 0,
                N_("Subtitle delay"),



More information about the vlc-commits mailing list