Skip to content

Commit

Permalink
Switch recipient preference from Rington -> Notification tone
Browse files Browse the repository at this point in the history
// FREEBIE
  • Loading branch information
moxie0 committed Oct 1, 2015
1 parent 2eeb7c4 commit c6abb7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@
<!-- recipient_preferences -->
<string name="recipient_preferences__mute_conversation">Mute conversation</string>
<string name="recipient_preferences__disable_notifications_for_this_conversation">Disable notifications for this conversation</string>
<string name="recipient_preferences__ringtone">Ringtone</string>
<string name="recipient_preferences__notification_tone">Notification tone</string>
<string name="recipient_preferences__vibrate">Vibrate</string>
<string name="recipient_preferences__block">Block</string>
<string name="recipient_preferences__color">Color</string>
Expand Down
2 changes: 1 addition & 1 deletion res/xml/recipient_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<org.thoughtcrime.securesms.preferences.AdvancedRingtonePreference
android:dependency="pref_key_recipient_mute"
android:key="pref_key_recipient_ringtone"
android:title="@string/recipient_preferences__ringtone"
android:title="@string/recipient_preferences__notification_tone"
android:ringtoneType="notification"
android:showSilent="false"
android:showDefault="true"
Expand Down

0 comments on commit c6abb7d

Please sign in to comment.