Skip to content

Commit bd0e0c3

Browse files
Indicate that photo reordering will update the product cover
1 parent e045d0c commit bd0e0c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WooCommerce/src/main/res/layout/fragment_product_images.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
android:layout_width="match_parent"
6161
android:layout_height="wrap_content"
6262
android:gravity="center"
63-
android:text="@string/product_images_drag_and_drop_description" />
63+
android:text="@string/product_images_drag_and_drop_to_reorder" />
6464

6565
<com.google.android.material.textview.MaterialTextView
6666
android:id="@+id/textWarning"

WooCommerce/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,7 @@
24172417
<string name="media_picker_dialog_title">Select Media Source</string>
24182418
<string name="wpmedia_picker_title">WordPress media library</string>
24192419
<string name="product_images_image_limit_warning">Only one photo can be displayed per product variation</string>
2420-
<string name="product_images_drag_and_drop_description">Drag and drop to re-order photos</string>
2420+
<string name="product_images_drag_and_drop_to_reorder">Drag and drop to re-order photos. The first photo will be set as the cover.</string>
24212421
<string name="product_images_validate_drag_and_drop">Validate</string>
24222422
<string name="product_image_service_error_media_null">Media could not be found</string>
24232423
<string name="product_image_service_error_uploading_single">%d file couldn\'t be uploaded</string>

0 commit comments

Comments
 (0)