Changeset 11685 for sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/rejection.php
- Timestamp:
- 03/21/2022 09:18:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/rejection.php
r11684 r11685 82 82 ], 83 83 'variation' => [ 84 'label' => __( ' Minor variation of already published photo', 'wporg-photos' ),85 'email' => __( 'The photo is a minor variation of something you have already had published to the site. This can be the same subject matter taken from a different angle, from slightly before or after in time, with a different composition or cropping, or staged or edited differently.', 'wporg-photos' ),84 'label' => __( 'Duplicate or minor variation of submitted photo', 'wporg-photos' ), 85 'email' => __( 'The photo is a duplicate or minor variation of something you have already had published to the site or recently submitted. This can be the same subject matter taken from a different angle, from slightly before or after in time, with a different composition or cropping or dimensions, or staged or edited differently.', 'wporg-photos' ), 86 86 ], 87 87 'submission-error' => [ // This specific key is referenced in code, so make related updates if renaming.
Note: See TracChangeset
for help on using the changeset viewer.