diff --git a/src/wp-includes/class-wp-customize-nav-menus.php b/src/wp-includes/class-wp-customize-nav-menus.php
index cb2f137868..23aada7722 100644
a
|
b
|
final class WP_Customize_Nav_Menus { |
466 | 466 | 'invalidTitleTpl' => __( '%s (Invalid)' ), |
467 | 467 | /* translators: %s: title of menu item in draft status */ |
468 | 468 | 'pendingTitleTpl' => __( '%s (Pending)' ), |
| 469 | /* translators: %d: total number of items found */ |
469 | 470 | 'itemsFound' => __( 'Number of items found: %d' ), |
| 471 | /* translators: %d: total number of additional items found */ |
470 | 472 | 'itemsFoundMore' => __( 'Additional items found: %d' ), |
471 | 473 | 'itemsLoadingMore' => __( 'Loading more results... please wait.' ), |
472 | 474 | 'reorderModeOn' => __( 'Reorder mode enabled' ), |