1
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 03:06:28 +01:00

10l, used MSGTR_Unknown instead of lang in mp_property_audio

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20188 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-10-12 18:15:07 +00:00
parent 1018bf78dc
commit 24bdd688d3

View File

@ -1816,7 +1816,7 @@ static int mp_property_audio(m_option_t* prop,int action,void* arg) {
}
#endif
*(char**)arg = malloc(64);
snprintf(*(char**)arg, 64, "(%d) %s", audio_id, MSGTR_Unknown);
snprintf(*(char**)arg, 64, "(%d) %s", audio_id, lang);
}
return 1;