Skip to content

Commit

Permalink
Corrected state info in Resume toggle (disconnected -> connected) (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
opusforlife2 authored Oct 29, 2023
1 parent eec3c91 commit e882e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/src/commonMain/resources/assets/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
<string name="s_key_resume_on_bt_connect">Resume when Bluetooth device connected</string>
<string name="s_sub_resume_on_bt_connect">If playback was paused by device disconnection, playback will resume when a Bluetooth audio device is connected</string>
<string name="s_key_pause_on_bt_disconnect">Pause when Bluetooth device disconnected</string>
<string name="s_key_resume_on_wired_connect">Resume when wired device disconnected</string>
<string name="s_key_resume_on_wired_connect">Resume when wired device connected</string>
<string name="s_sub_resume_on_wired_connect">If playback was paused by device disconnection, playback will resume when a wired audio device is connected</string>
<string name="s_key_pause_on_wired_disconnect">Pause when wired device disconnected</string>

Expand Down Expand Up @@ -642,4 +642,4 @@
<string name="err_root_not_granted">Could not get root privledges</string>
<string name="err_secure_settings_grant_failed">Granting secure settings permission failed</string>

</resources>
</resources>

0 comments on commit e882e6d

Please sign in to comment.