wp/wp-includes/customize/class-wp-customize-nav-menu-control.php
changeset 19 3d72ae0968f4
parent 16 a86126ab1dd4
child 21 48c4eec2b7e6
--- a/wp/wp-includes/customize/class-wp-customize-nav-menu-control.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/customize/class-wp-customize-nav-menu-control.php	Tue Sep 27 16:37:53 2022 +0200
@@ -43,7 +43,7 @@
 			<?php
 			printf(
 				/* translators: %s: "Add Items" button text. */
-				__( 'Time to add some links! Click &#8220;%s&#8221; to start putting pages, categories, and custom links in your menu. Add as many things as you&#8217;d like.' ),
+				__( 'Time to add some links! Click &#8220;%s&#8221; to start putting pages, categories, and custom links in your menu. Add as many things as you would like.' ),
 				$add_items
 			);
 			?>