Skip to content

Commit

Permalink
fix placeholders in delete note type dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyaksh1610 authored and lukstbit committed Dec 26, 2023
1 parent 3e28a0a commit f034ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class ManageNotetypes : AnkiActivity() {
AlertDialog.Builder(this@ManageNotetypes).show {
title(R.string.model_browser_delete)
message(messageResourceId)
positiveButton(R.string.dialog_ok) {
positiveButton(R.string.dialog_positive_delete) {
launchCatchingTask {
runAndRefreshAfter { removeNotetype(noteTypeUiModel.id) }
}
Expand Down

0 comments on commit f034ae3

Please sign in to comment.