From 3f62423f420cac789a8a8753511eab64225f5dfa Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 28 Apr 2006 23:06:42 +0000 Subject: Rename some misspelled and misnamed messages. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18336 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm_config.c') diff --git a/m_config.c b/m_config.c index 714457ff99..a9db1e6b6c 100644 --- a/m_config.c +++ b/m_config.c @@ -481,7 +481,7 @@ static void m_config_set_profile(m_config_t* config, m_profile_t* p) { int i; if(config->profile_depth > MAX_PROFILE_DEPTH) { - mp_msg(MSGT_CFGPARSER, MSGL_WARN, MSGTR_TooDeepProfileInclusion); + mp_msg(MSGT_CFGPARSER, MSGL_WARN, MSGTR_ProfileInclusionTooDeep); return; } config->profile_depth++; -- cgit v1.2.3