Add missing translation
This commit is contained in:
parent
5c02d722b1
commit
adab3f6861
@ -228,6 +228,7 @@
|
|||||||
<string name="easter_egg_text">Well, you found me. Congratulations. Was it worth it\?</string>
|
<string name="easter_egg_text">Well, you found me. Congratulations. Was it worth it\?</string>
|
||||||
<!-- Close a dialog -->
|
<!-- Close a dialog -->
|
||||||
<string name="close">Close</string>
|
<string name="close">Close</string>
|
||||||
|
<string name="save">Saveg</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>
|
||||||
|
|||||||
@ -232,7 +232,7 @@ fun EditWebsearchDialog(
|
|||||||
showError = true
|
showError = true
|
||||||
}
|
}
|
||||||
}) {
|
}) {
|
||||||
Text("Save")
|
Text(stringResource(R.string.save))
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dismissButton = {
|
dismissButton = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user