Skip to content

Commit 94d020e

Browse files
committed
use the plural version of empty checklist placeholder text
1 parent f153b78 commit 94d020e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/fragment_checklist.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
android:background="?attr/selectableItemBackground"
4242
android:gravity="center"
4343
android:padding="@dimen/activity_margin"
44-
android:text="@string/add_new_checklist_item"
44+
android:text="@string/add_new_checklist_items"
4545
android:textSize="@dimen/bigger_text_size"
4646
android:visibility="gone"/>
4747
</RelativeLayout>

0 commit comments

Comments
 (0)