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…
Reference in a new issue