Update string for show recycle bin menu option
This commit is contained in:
parent
dbf582b239
commit
0a19596053
|
@ -6,7 +6,7 @@
|
||||||
<item
|
<item
|
||||||
android:id="@+id/show_recycle_bin"
|
android:id="@+id/show_recycle_bin"
|
||||||
android:showAsAction="never"
|
android:showAsAction="never"
|
||||||
android:title="Show recycle bin"
|
android:title="@string/show_the_recycle_bin"
|
||||||
app:showAsAction="never" />
|
app:showAsAction="never" />
|
||||||
<item
|
<item
|
||||||
android:id="@+id/show_archived"
|
android:id="@+id/show_archived"
|
||||||
|
|
Loading…
Reference in New Issue