mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-08 20:46:12 +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,
|
||||
String name ) {
|
||||
if ( success ) {
|
||||
String msg = getString( R.string.confirm_get_locdict_fmt, lang );
|
||||
showConfirmThen( onNA, msg, R.string.button_download,
|
||||
String locLang =
|
||||
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,
|
||||
lang, name );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue