mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
Revert "don't capitalize language in games list item context"
This reverts commit 101da00761
.
This commit is contained in:
parent
59368e6c95
commit
fcb2791f39
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue