Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small descriptive suggestions :) #4

Merged
merged 1 commit into from
May 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<string name="pref_output_dir_name">Output directory</string>
<string name="pref_output_dir_desc">Pick a directory to store recordings. Long press to reset to the default directory.</string>

<string name="pref_inhibit_batt_opt_name">Inhibit battery optimization</string>
<string name="pref_inhibit_batt_opt_desc">Reduces of the chance of the app being killed by the system.</string>
<string name="pref_inhibit_batt_opt_name">Disable battery optimization</string>
<string name="pref_inhibit_batt_opt_desc">Reduces the chance of the app being killed by the system.</string>

<!-- About "preference" -->
<string name="pref_version_name">Version</string>
Expand All @@ -26,4 +26,4 @@

<!-- Quick settings tile -->
<string name="quick_settings_label">Call recording</string>
</resources>
</resources>