String change on Storage page am: b7a3c9a8c6 am: f3adfad699 am: 5fcf5bae8d am: ae768eeeb9

Change-Id: I460ec46e1de5617af5952367880515f459d61506
This commit is contained in:
Automerger Merge Worker
2020-03-05 12:30:20 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@android:id/summary"
android:text="@string/storage_menu_free"
android:text="@string/storage_menu_manage"
style="@style/ActionPrimaryButton" />
</LinearLayout>

View File

@@ -60,7 +60,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@android:id/summary"
android:text="@string/storage_menu_free"
android:text="@string/storage_menu_manage"
style="@style/ActionPrimaryButton" />
</LinearLayout>

View File

@@ -56,7 +56,7 @@
android:id="@+id/deletion_helper_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/storage_menu_free"
android:text="@string/storage_menu_manage"
style="@style/ActionPrimaryButton" />
</LinearLayout>