mirror of
https://github.com/Corewala/Buran
synced 2024-12-22 07:42:43 +00:00
Fixed typo in reference to strings
This commit is contained in:
parent
879bbb3c1b
commit
16100819c3
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ class GemActivity : AppCompatActivity() {
|
|||
}catch (e: ActivityNotFoundException){
|
||||
showAlert(
|
||||
String.format(
|
||||
getString(R.string.not_app_installed_that_can_open),
|
||||
getString(R.string.no_app_installed_that_can_open),
|
||||
state.uri
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue