mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fix use R string for "ok" message
This commit is contained in:
parent
b2c0ad48c3
commit
4bc0ec3e29
1 changed files with 1 additions and 1 deletions
|
|
@ -704,7 +704,7 @@ public final class LinphoneUtils {
|
|||
AlertDialog.Builder builder = new AlertDialog.Builder(ctxt);
|
||||
builder.setMessage(msg)
|
||||
.setCancelable(false)
|
||||
.setNeutralButton("Ok", null)
|
||||
.setNeutralButton(ctxt.getString(R.string.ok), null)
|
||||
.show();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue