mirror of
https://github.com/gsantner/dandelion
synced 2025-12-16 01:01:11 +01:00
Fixed typo in string resource name
This commit is contained in:
parent
a310151b93
commit
f137cd12bc
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ public class ContextMenuWebView extends WebView {
|
|||
writeToStoragePermitted = false;
|
||||
if (!parentActivity.shouldShowRequestPermissionRationale(Manifest.permission.WRITE_EXTERNAL_STORAGE)) {
|
||||
new AlertDialog.Builder(parentActivity)
|
||||
.setMessage(R.string.permissions_images)
|
||||
.setMessage(R.string.permissions_image)
|
||||
.setPositiveButton(context.getText(R.string.yes), new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue