Rename string finish to ok, as its content was "OK"
This commit is contained in:
parent
049ea6da3a
commit
14ebb41264
80 changed files with 81 additions and 81 deletions
|
|
@ -681,7 +681,7 @@ public class DownloadDialog extends DialogFragment
|
|||
new AlertDialog.Builder(context)
|
||||
.setTitle(R.string.general_error)
|
||||
.setMessage(msg)
|
||||
.setNegativeButton(getString(R.string.finish), null)
|
||||
.setNegativeButton(getString(R.string.ok), null)
|
||||
.create()
|
||||
.show();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue