mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-24 07:58:34 +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();
|
int nLeftAfter = data.nDicts - data.delDicts.size();
|
||||||
|
|
||||||
if ( 0 == nLeftAfter ) { // last in this language?
|
if ( 0 == nLeftAfter ) { // last in this language?
|
||||||
|
String locName = xlateLang( data.langName );
|
||||||
String newMsg = getString( R.string.confirm_deleteonly_dicts_fmt,
|
String newMsg = getString( R.string.confirm_deleteonly_dicts_fmt,
|
||||||
data.dictsStr(), data.langName );
|
data.dictsStr(), locName );
|
||||||
msg += "\n\n" + newMsg;
|
msg += "\n\n" + newMsg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue