Change label

This commit is contained in:
MM20 2022-12-18 20:21:28 +01:00
parent 882a2bbfbc
commit 85f7a740e0
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 3 additions and 1 deletions

View File

@ -153,7 +153,7 @@ fun EditSearchActionSheet(
if (viewModel.skipWebsearchImport.value) {
R.string.skip
} else {
R.string.action_continue
R.string.action_next
}
)
)

View File

@ -238,8 +238,10 @@
<!-- Close a dialog -->
<string name="close">Close</string>
<string name="save">Save</string>
<string name="duplicate">Duplicate</string>
<string name="skip">Skip</string>
<string name="action_continue">Continue</string>
<string name="action_next">Next</string>
<!-- Turn something off / disable a functionality of the launcher -->
<string name="turn_off">Turn off</string>
<string name="widget_action_adjust_height">Adjust height</string>