tweak the Display week numbers string
This commit is contained in:
parent
d7b027c492
commit
3834c389ad
|
@ -32,7 +32,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.simplemobiletools:commons:2.4.2'
|
||||
compile 'com.simplemobiletools:commons:2.4.3'
|
||||
compile 'joda-time:joda-time:2.9.1'
|
||||
compile 'com.facebook.stetho:stetho:1.4.1'
|
||||
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
<!-- Settings -->
|
||||
<string name="sunday_first">Sunday as first day</string>
|
||||
<string name="week_numbers">Display week numbers</string>
|
||||
<string name="week_numbers">Show week numbers in monthy view</string>
|
||||
<string name="vibrate">Vibrate on reminder notification</string>
|
||||
<string name="reminder_sound">Reminder sound</string>
|
||||
<string name="default_event_reminder">Default event reminder</string>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
<!-- Settings -->
|
||||
<string name="sunday_first">Sunday as first day</string>
|
||||
<string name="week_numbers">Display week numbers</string>
|
||||
<string name="week_numbers">Show week numbers in monthy view</string>
|
||||
<string name="vibrate">Vibrate on reminder notification</string>
|
||||
<string name="reminder_sound">Reminder sound</string>
|
||||
<string name="default_event_reminder">Default event reminder</string>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
<!-- Settings -->
|
||||
<string name="sunday_first">Sunday as first day</string>
|
||||
<string name="week_numbers">Display week numbers</string>
|
||||
<string name="week_numbers">Show week numbers in monthy view</string>
|
||||
<string name="vibrate">Vibrate on reminder notification</string>
|
||||
<string name="reminder_sound">Reminder sound</string>
|
||||
<string name="default_event_reminder">Default event reminder</string>
|
||||
|
|
Loading…
Reference in New Issue