Revert "don't capitalize language in games list item context"

This reverts commit 101da00761.
This commit is contained in:
Eric House 2015-05-29 20:51:18 -07:00
parent 59368e6c95
commit fcb2791f39

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 );
value = LocUtils.xlateLang( m_context, value, true );
break;
case R.string.game_summary_field_opponents:
value = m_summary.playerNames();