vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Jan 4 01:27:45 2012 +0100| [a6dd52dccf956a97fea5b2625f47ac1c6736ba2c] | committer: Jean-Baptiste Kempf
Subtitles: remove choices from translated strings. Should help the translators > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a6dd52dccf956a97fea5b2625f47ac1c6736ba2c --- modules/demux/subtitle.c | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/modules/demux/subtitle.c b/modules/demux/subtitle.c index 6c2f9af..18aeaa9 100644 --- a/modules/demux/subtitle.c +++ b/modules/demux/subtitle.c @@ -53,11 +53,7 @@ static void Close( vlc_object_t *p_this ); N_("Override the normal frames per second settings. " \ "This will only work with MicroDVD and SubRIP (SRT) subtitles.") #define SUB_TYPE_LONGTEXT \ - N_("Force the subtiles format. Valid values are : \"microdvd\", " \ - "\"subrip\", \"subviewer\", \"ssa1\", \"ssa2-4\", \"ass\", \"vplayer\", " \ - "\"sami\", \"dvdsubtitle\", \"mpl2\", \"aqt\", \"pjs\", "\ - "\"mpsub\", \"jacosub\", \"psb\", \"realtext\", \"dks\", \"subviewer1\", " \ - " and \"auto\" (meaning autodetection, this should always work).") + N_("Force the subtiles format. Selecting \"auto\" means autodetection and should always work.") #define SUB_DESCRIPTION_LONGTEXT \ N_("Override the default track description.") _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
