summaryrefslogtreecommitdiffstats
path: root/mpvcore/m_option.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/m_option.c')
-rw-r--r--mpvcore/m_option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/m_option.c b/mpvcore/m_option.c
index acecd990d7..c8a656a9c8 100644
--- a/mpvcore/m_option.c
+++ b/mpvcore/m_option.c
@@ -1808,7 +1808,7 @@ bool m_obj_list_find(struct m_obj_desc *dst, const struct m_obj_list *l,
// Assume it's deprecated in this case.
// Also, it's used by the VO code only, so whatever.
mp_msg(MSGT_CFGPARSER, MSGL_WARN,
- "VO driver '%s' has been replaced with '%s'!\n",
+ "Driver '%s' has been replaced with '%s'!\n",
aname, alias);
}
return true;