mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
fix another place where language name needed translation
This commit is contained in:
parent
b2894d4857
commit
4c76cc09cf
1 changed files with 2 additions and 1 deletions
|
@ -765,8 +765,9 @@ public class DictsDelegate extends ListDelegateBase
|
|||
int nLeftAfter = data.nDicts - data.delDicts.size();
|
||||
|
||||
if ( 0 == nLeftAfter ) { // last in this language?
|
||||
String locName = xlateLang( data.langName );
|
||||
String newMsg = getString( R.string.confirm_deleteonly_dicts_fmt,
|
||||
data.dictsStr(), data.langName );
|
||||
data.dictsStr(), locName );
|
||||
msg += "\n\n" + newMsg;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue