Author: ib Date: Wed Jan 22 20:11:03 2014 New Revision: 36696 Log: Prettify layout of dialog for codecs and demuxer.
In order to do so, split MSGTR_PREFERENCES_FRAME_CodecDemuxer. Modified: trunk/help/help_mp-en.h Changes in other areas also in this revision: Modified: trunk/gui/dialog/preferences.c trunk/help/help_mp-bg.h trunk/help/help_mp-cs.h trunk/help/help_mp-de.h trunk/help/help_mp-dk.h trunk/help/help_mp-el.h trunk/help/help_mp-es.h trunk/help/help_mp-fr.h trunk/help/help_mp-hu.h trunk/help/help_mp-it.h trunk/help/help_mp-ja.h trunk/help/help_mp-ko.h trunk/help/help_mp-mk.h trunk/help/help_mp-nl.h trunk/help/help_mp-pl.h trunk/help/help_mp-pt_BR.h trunk/help/help_mp-ro.h trunk/help/help_mp-ru.h trunk/help/help_mp-sk.h trunk/help/help_mp-sv.h trunk/help/help_mp-tr.h trunk/help/help_mp-uk.h trunk/help/help_mp-zh_CN.h trunk/help/help_mp-zh_TW.h Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h Wed Jan 22 19:39:41 2014 (r36695) +++ trunk/help/help_mp-en.h Wed Jan 22 20:11:03 2014 (r36696) @@ -715,7 +715,7 @@ static const char help_text[]= #define MSGTR_PREFERENCES_Audio MSGTR_EQU_Audio #define MSGTR_PREFERENCES_Video MSGTR_EQU_Video #define MSGTR_PREFERENCES_SubtitleOSD "OSD / Subtitles" -#define MSGTR_PREFERENCES_Codecs "Codecs & demuxer" +#define MSGTR_PREFERENCES_Codecs "Demuxer / Codecs" // Note: If you change MSGTR_PREFERENCES_Misc see if it still fits MSGTR_PREFERENCES_FRAME_Misc #define MSGTR_PREFERENCES_Misc "Misc" #define MSGTR_PREFERENCES_None "(none)" @@ -761,7 +761,8 @@ static const char help_text[]= #define MSGTR_PREFERENCES_FRAME_Subtitle "Subtitle" #define MSGTR_PREFERENCES_FRAME_Font "Font" #define MSGTR_PREFERENCES_FRAME_PostProcess "Postprocessing" -#define MSGTR_PREFERENCES_FRAME_CodecDemuxer "Codec & demuxer" +#define MSGTR_PREFERENCES_FRAME_Demuxer "Demuxer" +#define MSGTR_PREFERENCES_FRAME_Codecs "Codecs" #define MSGTR_PREFERENCES_FRAME_Cache "Cache" #define MSGTR_PREFERENCES_FRAME_Misc MSGTR_PREFERENCES_Misc #define MSGTR_PREFERENCES_Audio_Device "Device:" _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
