summaryrefslogtreecommitdiffstatshomepage
path: root/wp-admin/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/about.php')
-rw-r--r--wp-admin/about.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/about.php b/wp-admin/about.php
index 188f285fce..470b557938 100644
--- a/wp-admin/about.php
+++ b/wp-admin/about.php
@@ -36,7 +36,7 @@ include( './admin-header.php' );
<div class="changelog point-releases">
<h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 1 ); ?></h3>
<p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.',
- '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.', 13 ), '3.3.1', number_format_i18n( 13 ) ); ?>
+ '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.', 15 ), '3.3.1', number_format_i18n( 15 ) ); ?>
<?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.3.1' ); ?>
</p>
</div>