fix name
This commit is contained in:
parent
f20d00a95a
commit
3d30ee6332
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ public class SettingsGeneralActivity extends SettingsBaseActivity {
|
|||
// See language list and statistics at: https://hosted.weblate.org/projects/osmand/main/
|
||||
String incompleteSuffix = " (" + getString(R.string.incomplete_locale) + ")";
|
||||
// Add this in Latin also so it can be more easily identified if foreign language has been selected by mistake
|
||||
String latinSystemDefaultSuffix = " (" + getString(R.string.system_language_no_translate) + ")";
|
||||
String latinSystemDefaultSuffix = " (" + getString(R.string.system_locale_no_translate) + ")";
|
||||
|
||||
//getResources().getAssets().getLocales();
|
||||
entrieValues = new String[] { "",
|
||||
|
|
Loading…
Reference in a new issue