Add missing translation

This commit is contained in:
MM20 2022-06-13 21:09:56 +02:00
parent 5c02d722b1
commit adab3f6861
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -232,7 +232,7 @@ fun EditWebsearchDialog(
showError = true
}
}) {
Text("Save")
Text(stringResource(R.string.save))
}
},
dismissButton = {