better strings

This commit is contained in:
Sarang S 2022-08-18 22:44:21 +05:30
parent 1b2b93eed7
commit 72bbb91bd9
2 changed files with 2 additions and 4 deletions

View file

@ -274,11 +274,11 @@ object AppUtils {
R.string.download_all_plugins_from_repo R.string.download_all_plugins_from_repo
) )
builder.apply { builder.apply {
setPositiveButton(R.string.yes) { _, _ -> setPositiveButton(R.string.download) { _, _ ->
downloadAll(context, repositoryUrl, null) downloadAll(context, repositoryUrl, null)
} }
setNegativeButton(R.string.no) { _, _ -> } setNegativeButton(R.string.cancel) { _, _ -> }
} }
builder.show() builder.show()
} }

View file

@ -603,7 +603,5 @@
<string name="view_public_repositories_button_short">Public list</string> <string name="view_public_repositories_button_short">Public list</string>
<string name="uppercase_all_subtitles">Uppercase all subtitles</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> <string name="download_all_plugins_from_repo">Download all plugins from this repo?</string>
</resources> </resources>