Skip to content

Commit c8b429f

Browse files
committed
fix: Make app source dialog string more accurate
1 parent f9074dd commit c8b429f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ Second \"item\" text"</string>
100100
<string name="app_source_dialog_title">Select source</string>
101101
<string name="app_source_dialog_option_auto">Auto</string>
102102
<string name="app_source_dialog_option_auto_description">Use installed app, then downloaded APK, then available downloaders</string>
103-
<string name="app_source_dialog_option_auto_unavailable">No downloader available</string>
104-
<string name="app_source_dialog_option_installed_no_root">Mounted apps cannot be patched again without root access</string>
103+
<string name="app_source_dialog_option_auto_unavailable">No compatible found app or downloaders available</string>
104+
<string name="app_source_dialog_option_installed_no_root">Mounted apps can\'t be patched again without root access</string>
105105
<string name="app_source_dialog_option_installed_version_not_suggested">Version %s does not match the suggested version</string>
106106

107107
<string name="patch_item_description">Start patching the application</string>

0 commit comments

Comments
 (0)