﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
4027	MythMusic audio device shouldn't be translatable	anonymous	Isaac Richards	"Hi,

I've seen reports from users where MythMusic wouldn't output any audio while regular playback works fine. This usually happens because a translator changed ""default"" in the MusicAudioDevice combobox to its localized counterpart.

IMHO, this can easily be remedied by making that string not translate anymore. The offending line is in mythmusic/globalsettings.cpp at line 45:

{{{
gc->addSelection(QObject::tr(""default""), ""default"");
}}}

Maybe someone who knows more about Qt (and how it handles translatable strings) than me could fix that :) "	defect	closed	minor	unknown	mythtv	head	medium	invalid			0
