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>
|
||||
<!-- Close a dialog -->
|
||||
<string name="close">Close</string>
|
||||
<string name="save">Saveg</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>
|
||||
|
||||
@ -232,7 +232,7 @@ fun EditWebsearchDialog(
|
||||
showError = true
|
||||
}
|
||||
}) {
|
||||
Text("Save")
|
||||
Text(stringResource(R.string.save))
|
||||
}
|
||||
},
|
||||
dismissButton = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user