Skip to content

Commit

Permalink
Add missing /* translators */ comments
Browse files Browse the repository at this point in the history
  • Loading branch information
imath committed Jan 25, 2023
1 parent 43fb890 commit 46fd31c
Show file tree
Hide file tree
Showing 9 changed files with 1,100 additions and 148 deletions.
2 changes: 1 addition & 1 deletion bp-attachments/bp-attachments-templates.php
Expand Up @@ -223,7 +223,7 @@ function bp_attachments_medium_get_owner_avatar() {
'width' => '45',
'height' => '45',
'html' => true,
/* translators: %s: member name */
/* translators: %s is the displayed User full name */
'alt' => sprintf( __( 'Profile picture of %s', 'bp-attachments' ), bp_core_get_user_displayname( $medium->owner_id ) ),
)
);
Expand Down
2 changes: 1 addition & 1 deletion bp-attachments/classes/class-bp-attachments-component.php
Expand Up @@ -338,7 +338,7 @@ public function setup_title() {
'item_id' => bp_displayed_user_id(),
'type' => 'thumb',
'alt' => sprintf(
/* translators: %s is the Displayed User full name */
/* translators: %s is the displayed User full name */
__( 'Profile picture of %s', 'bp-attachments' ),
bp_get_displayed_user_fullname()
),
Expand Down
2 changes: 1 addition & 1 deletion bp-attachments/js/media-library/index.js.map

Large diffs are not rendered by default.

0 comments on commit 46fd31c

Please sign in to comment.