Rename header to frequency; update translations

This commit is contained in:
2016-03-10 05:25:42 -05:00
parent 59a2f31a73
commit e3390d5397
5 changed files with 6 additions and 2 deletions

View File

@@ -110,9 +110,9 @@
<TextView
android:id="@+id/tvWeekdayFreq"
style="@style/cardHeaderStyle"
android:text="Weekday Frequency"/>
android:text="@string/frequency"/>
<org.isoron.uhabits.views.WeekdayFrequencyView
<org.isoron.uhabits.views.HabitFrequencyView
android:id="@+id/punchcardView"
android:layout_width="match_parent"
android:layout_height="200dp"/>