mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
translate language being offered to download
This commit is contained in:
parent
3a460fa58d
commit
6d39a0fdca
1 changed files with 7 additions and 2 deletions
|
@ -1920,8 +1920,13 @@ public class GamesListDelegate extends ListDelegateBase
|
||||||
public void gotDictInfo( boolean success, String lang,
|
public void gotDictInfo( boolean success, String lang,
|
||||||
String name ) {
|
String name ) {
|
||||||
if ( success ) {
|
if ( success ) {
|
||||||
String msg = getString( R.string.confirm_get_locdict_fmt, lang );
|
String locLang =
|
||||||
showConfirmThen( onNA, msg, R.string.button_download,
|
LocUtils.xlateLang( m_activity, lang );
|
||||||
|
String msg =
|
||||||
|
getString( R.string.confirm_get_locdict_fmt,
|
||||||
|
locLang );
|
||||||
|
showConfirmThen( onNA, msg, R.string
|
||||||
|
.button_download,
|
||||||
Action.DWNLD_LOC_DICT,
|
Action.DWNLD_LOC_DICT,
|
||||||
lang, name );
|
lang, name );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue