mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-10 02:58:51 -06:00
Change 'show completed' to 'hide completed'
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user