Change label
This commit is contained in:
parent
882a2bbfbc
commit
85f7a740e0
@ -153,7 +153,7 @@ fun EditSearchActionSheet(
|
|||||||
if (viewModel.skipWebsearchImport.value) {
|
if (viewModel.skipWebsearchImport.value) {
|
||||||
R.string.skip
|
R.string.skip
|
||||||
} else {
|
} else {
|
||||||
R.string.action_continue
|
R.string.action_next
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
@ -238,8 +238,10 @@
|
|||||||
<!-- Close a dialog -->
|
<!-- Close a dialog -->
|
||||||
<string name="close">Close</string>
|
<string name="close">Close</string>
|
||||||
<string name="save">Save</string>
|
<string name="save">Save</string>
|
||||||
|
<string name="duplicate">Duplicate</string>
|
||||||
<string name="skip">Skip</string>
|
<string name="skip">Skip</string>
|
||||||
<string name="action_continue">Continue</string>
|
<string name="action_continue">Continue</string>
|
||||||
|
<string name="action_next">Next</string>
|
||||||
<!-- Turn something off / disable a functionality of the launcher -->
|
<!-- Turn something off / disable a functionality of the launcher -->
|
||||||
<string name="turn_off">Turn off</string>
|
<string name="turn_off">Turn off</string>
|
||||||
<string name="widget_action_adjust_height">Adjust height</string>
|
<string name="widget_action_adjust_height">Adjust height</string>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user