mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02:00
fix: Inconsistent string with context
This commit is contained in:
parent
9a9d1ea775
commit
ba1271b5b8
2 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,7 @@ fun DownloadsSettingsScreen(
|
|||
is DownloaderPluginState.Loaded -> TrustDialog(
|
||||
title = R.string.downloader_plugin_revoke_trust_dialog_title,
|
||||
body = stringResource(
|
||||
R.string.downloader_plugin_trust_dialog_body,
|
||||
R.string.downloader_plugin_revoke_trust_dialog_body,
|
||||
),
|
||||
pluginName = appName,
|
||||
signature = signature,
|
||||
|
|
|
@ -138,6 +138,7 @@
|
|||
<string name="downloader_plugin_trust_dialog_title">Trust plugin?</string>
|
||||
<string name="downloader_plugin_revoke_trust_dialog_title">Revoke trust?</string>
|
||||
<string name="downloader_plugin_trust_dialog_body">By continuing you\'ve agreed to running external plugins.\n\nDo not allow any suspicious plugin(s) to be installed as they can run arbitrary code.</string>
|
||||
<string name="downloader_plugin_revoke_trust_dialog_body">By revoking trust, this plugin will be disabled and prevented from running.</string>
|
||||
<string name="downloader_plugin_trust_dialog_signature">Signature:\n\n%s</string>
|
||||
<string name="downloader_plugin_trust_dialog_plugin">Plugin:\n%s</string>
|
||||
<string name="downloader_settings_no_apps">No downloaded apps found</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue