Skip to content

Commit

Permalink
Merge pull request #199 from alexclassroom/develop
Browse files Browse the repository at this point in the history
I18N issues based on 2.7.0
  • Loading branch information
dkotter authored Apr 11, 2024
2 parents 94319c7 + 5db2b5e commit a9ade82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions class-simple-page-ordering.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ public static function page_row_actions( $actions, $post ) {
esc_url( $move_under_grandparent_link ),
sprintf(
/* translators: %s: parent page/post title */
__( 'Move out from under %s' ),
__( 'Move out from under %s', 'simple-page-ordering' ),
get_the_title( $parent_id )
)
);
Expand Down Expand Up @@ -455,7 +455,7 @@ public static function page_row_actions( $actions, $post ) {
esc_url( $move_under_sibling_link ),
sprintf(
/* translators: %s: sibling page/post title */
__( 'Move under %s' ),
__( 'Move under %s', 'simple-page-ordering' ),
get_the_title( $sibling )
)
);
Expand Down

0 comments on commit a9ade82

Please sign in to comment.