From 0c20f2215a0a98d4071a1deae86069bb60fce65d Mon Sep 17 00:00:00 2001 From: Matthew Chen <charlesmchen@gmail.com> Date: Wed, 21 Feb 2018 22:35:22 -0500 Subject: [PATCH] Improve sound settings view. --- Signal/translations/en.lproj/Localizable.strings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index f6fff8e35..558b61d39 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -1570,10 +1570,10 @@ "SETTINGS_INVITE_TWITTER_TEXT" = "You can reach me using Signal by @WhisperSystems, get it now."; /* Label for settings view that allows user to change the notification sound. */ -"SETTINGS_ITEM_NOTIFICATION_SOUND" = "Notification Sound"; +"SETTINGS_ITEM_NOTIFICATION_SOUND" = "Notification"; /* Label for settings view that allows user to change the ringtone sound. */ -"SETTINGS_ITEM_RINGTONE_SOUND" = "Ringtone Sound"; +"SETTINGS_ITEM_RINGTONE_SOUND" = "Ringtone"; /* Title for settings activity */ "SETTINGS_NAV_BAR_TITLE" = "Settings";