diff m_config.c @ 18335:5766a9d21992

Rename some misspelled and misnamed messages.
author diego
date Fri, 28 Apr 2006 23:06:42 +0000
parents 96568be4bfdc
children cc65a585fdcc
line wrap: on
line diff
--- a/m_config.c	Fri Apr 28 21:37:01 2006 +0000
+++ b/m_config.c	Fri Apr 28 23:06:42 2006 +0000
@@ -481,7 +481,7 @@
 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++;