mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
param name for clarity
This commit is contained in:
parent
a9d1dc7bdc
commit
5dd524ef2f
1 changed files with 2 additions and 2 deletions
|
@ -191,9 +191,9 @@ public class DictLangCache {
|
|||
return code;
|
||||
}
|
||||
|
||||
public static String getLangName( Context context, String name )
|
||||
public static String getLangName( Context context, String dict )
|
||||
{
|
||||
int code = getDictLangCode( context, name );
|
||||
int code = getDictLangCode( context, dict );
|
||||
return getLangName( context, code );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue