mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
better strings
This commit is contained in:
parent
1b2b93eed7
commit
72bbb91bd9
2 changed files with 2 additions and 4 deletions
|
@ -274,11 +274,11 @@ object AppUtils {
|
|||
R.string.download_all_plugins_from_repo
|
||||
)
|
||||
builder.apply {
|
||||
setPositiveButton(R.string.yes) { _, _ ->
|
||||
setPositiveButton(R.string.download) { _, _ ->
|
||||
downloadAll(context, repositoryUrl, null)
|
||||
}
|
||||
|
||||
setNegativeButton(R.string.no) { _, _ -> }
|
||||
setNegativeButton(R.string.cancel) { _, _ -> }
|
||||
}
|
||||
builder.show()
|
||||
}
|
||||
|
|
|
@ -603,7 +603,5 @@
|
|||
<string name="view_public_repositories_button_short">Public list</string>
|
||||
<string name="uppercase_all_subtitles">Uppercase all subtitles</string>
|
||||
|
||||
<string name="yes">Yes</string>
|
||||
<string name="no">No</string>
|
||||
<string name="download_all_plugins_from_repo">Download all plugins from this repo?</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue