vlc | branch: master | Felix Paul Kühne <[email protected]> | Fri Jan 13 14:03:27 2012 +0100| [5db30fd60f0302dfeebf9c74948770453ea00fb7] | committer: Felix Paul Kühne
include: minor ui string improvement to match INPUT_TITLE > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5db30fd60f0302dfeebf9c74948770453ea00fb7 --- include/vlc_config_cat.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/vlc_config_cat.h b/include/vlc_config_cat.h index 9626943..0b5ce97 100644 --- a/include/vlc_config_cat.h +++ b/include/vlc_config_cat.h @@ -80,7 +80,7 @@ #define VFILTER_HELP N_( \ "Video filters are used to process the video stream." ) -#define SUBPIC_TITLE N_( "Subtitles/OSD") +#define SUBPIC_TITLE N_( "Subtitles / OSD") #define SUBPIC_HELP N_( "Settings related to On-Screen-Display,"\ " subtitles and \"overlay subpictures\"") /* _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
