don't capitalize language in games list item context

This commit is contained in:
Eric House 2015-05-25 18:22:31 -07:00
parent 6a03b994ed
commit 101da00761

View file

@ -243,7 +243,7 @@ public class GameListItem extends LinearLayout
value =
DictLangCache.getLangName( m_context,
m_summary.dictLang );
value = LocUtils.xlateLang( m_context, value, true );
value = LocUtils.xlateLang( m_context, value );
break;
case R.string.game_summary_field_opponents:
value = m_summary.playerNames();