[app] String tweaks

This commit is contained in:
tehcneko 2021-02-17 20:41:15 +08:00
parent d8b010a8aa
commit fbe39af620
2 changed files with 6 additions and 2 deletions

View File

@ -470,6 +470,10 @@ public class ScopeAdapter extends RecyclerView.Adapter<ScopeAdapter.ViewHolder>
if (launchIntent == null) {
menu.removeItem(R.id.menu_launch);
}
if (userId != 0) {
menu.removeItem(R.id.menu_launch);
menu.removeItem(R.id.menu_app_info);
}
if (android) {
menu.removeItem(R.id.menu_compile_speed);
menu.removeItem(R.id.menu_app_store);

View File

@ -126,7 +126,7 @@
<string name="menu_show_modules">Modules</string>
<string name="failed_to_save_scope_list">Failed save scope list</string>
<string name="module_settings">Module settings</string>
<string name="app_description">%s\nVersion: %s</string>
<string name="app_description">%s\nVersion %s</string>
<string name="use_recommended">Recommended</string>
<string name="no_scope_selected_has_recommended">You did not select any app. Select recommended apps?</string>
<string name="use_recommended_message">Select recommended apps?</string>
@ -171,5 +171,5 @@
<string name="module_release_load_more">Show older versions</string>
<string name="module_release_no_more">No more release</string>
<string name="theme_color">Theme color</string>
<string name="logs_clear_failed_2">Could not clear the log</string>
<string name="logs_clear_failed_2">Failed to clear the log</string>
</resources>