mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 02:15:32 +00:00
chore(android/engine): Use i18n string
This commit is contained in:
parent
cb3a408879
commit
4dd9bbfded
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ public final class ModelPickerActivity extends AppCompatActivity {
|
|||
aPreparedCloudApiParams.toArray(new CloudApiTypes.CloudApiParam[0]));
|
||||
} else {
|
||||
Toast.makeText(context,
|
||||
"Network access needed to check for available dictionary",
|
||||
context.getString(R.string.cannot_connect),
|
||||
Toast.LENGTH_LONG).show();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue