Change 'show completed' to 'hide completed'

This commit is contained in:
2016-08-05 19:37:47 -04:00
parent 3ad3cf54ec
commit 8655437f3e
4 changed files with 18 additions and 18 deletions

View File

@@ -35,16 +35,16 @@
app:showAsAction="ifRoom">
<menu>
<item
android:id="@+id/actionShowArchived"
android:id="@+id/actionHideArchived"
android:checkable="true"
android:enabled="true"
android:title="@string/show_archived"/>
android:title="@string/hide_archived"/>
<item
android:id="@+id/actionShowCompleted"
android:id="@+id/actionHideCompleted"
android:checkable="true"
android:enabled="true"
android:title="@string/show_completed"/>
android:title="@string/hide_completed"/>
</menu>
</item>