mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
don't capitalize language in games list item context
This commit is contained in:
parent
6a03b994ed
commit
101da00761
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, true );
|
||||
value = LocUtils.xlateLang( m_context, value );
|
||||
break;
|
||||
case R.string.game_summary_field_opponents:
|
||||
value = m_summary.playerNames();
|
||||
|
|
Loading…
Reference in a new issue