Change notification preference description
This commit is contained in:
parent
acf6d7b91e
commit
00237eabda
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
Thx - Hardy
|
||||
|
||||
-->
|
||||
<string name="navigation_notification_desc">Display a system notification allowing navigation.</string>
|
||||
<string name="navigation_notification_desc">Show system notification while navigation with navigation instructions.</string>
|
||||
<string name="navigation_notification">Navigation notification</string>
|
||||
<string name="please_provide_profile_name_message">Please provide a name for the profile</string>
|
||||
<string name="open_settings">Open settings</string>
|
||||
|
|
|
@ -200,7 +200,7 @@ public class MonitoringSettingsFragment extends BaseSettingsFragment
|
|||
|
||||
private void setupShowTripRecNotificationPref() {
|
||||
SwitchPreferenceEx showTripRecNotification = (SwitchPreferenceEx) findPreference(settings.SHOW_TRIP_REC_NOTIFICATION.getId());
|
||||
showTripRecNotification.setDescription(getString(R.string.trip_rec_notification_settings));
|
||||
showTripRecNotification.setDescription(getString(R.string.trip_rec_notification_settings_desc));
|
||||
showTripRecNotification.setIcon(getPersistentPrefIcon(R.drawable.ic_action_notification));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue