diff --git a/src/wp-includes/widgets/class-wp-widget-calendar.php b/src/wp-includes/widgets/class-wp-widget-calendar.php index 572be171fc..1783ff371d 100644 --- a/src/wp-includes/widgets/class-wp-widget-calendar.php +++ b/src/wp-includes/widgets/class-wp-widget-calendar.php @@ -31,7 +31,7 @@ class WP_Widget_Calendar extends WP_Widget { public function __construct() { $widget_ops = array( 'classname' => 'widget_calendar', - 'description' => __( 'A calendar of your site’s Posts.' ), + 'description' => __( 'A calendar of your site’s posts.' ), 'customize_selective_refresh' => true, ); parent::__construct( 'calendar', __( 'Calendar' ), $widget_ops );