Fix: Correct default value for first day of the week.

This commit corrects the default value for the first of the week.
It was set to a non-sensical day of the week by mistake.
This commit is contained in:
Daniel Kaparunakis 2016-09-10 18:26:51 -05:00
parent 64e012a88a
commit e02b52aac9

View file

@ -20,7 +20,7 @@
<string name="pref_account_header">Account</string>
<string name="pref_first_day_of_the_week_title">First Day of the Week</string>
<string name="pref_first_day_of_the_week_summary">First day of the week in all calendars</string>
<string name="pref_first_day_of_the_week_default_value">5</string>
<string name="pref_first_day_of_the_week_default_value">1</string>
<string name="pref_first_day_of_the_week_key">FirstDayOfTheWeek</string>
<string name="pref_reminder_header">Daily Reminder</string>
<string name="pref_reminder_checkbox">Activate Reminder</string>