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

Change "initially paused" preference description #220

Merged
merged 3 commits into from
Jan 10, 2023
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
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<string name="pref_call_recording_desc">Record incoming and outgoing phone calls. Microphone and notification permissions are required for recording in the background.</string>

<string name="pref_initially_paused_name">Initially paused</string>
<string name="pref_initially_paused_desc_on">Start recording in the paused state. If the recording is never resumed, then the empty output file won\'t be saved.</string>
<string name="pref_initially_paused_desc_off">Start recording immediately when a call connects. To pause or resume, tap on the button in the notification during a call.</string>
<string name="pref_initially_paused_desc_on">Recording will be paused after starting. If you don\'t resume it using the button in the notification, the empty output file won\'t be saved.</string>
<string name="pref_initially_paused_desc_off">Call will be recorded immediately after connecting. To pause and resume, tap on the button in the notification displayed during a call.</string>

<string name="pref_output_dir_name">Output directory</string>
<string name="pref_output_dir_desc">Pick a directory to store recordings.</string>
Expand Down