diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php
index 7414aaf464..0df8109f58 100644
--- a/wp-admin/includes/dashboard.php
+++ b/wp-admin/includes/dashboard.php
@@ -1290,7 +1290,7 @@ function wp_welcome_panel() {
- ' . __( 'Manage widgets or menus' ) . '', admin_url( 'widgets.php' ), admin_url( 'nav-menus.php' ) ); ?>
- ' . __( 'Turn comments on or off' ) . '', admin_url( 'options-discussion.php' ) ); ?>
- - ' . __( 'Learn more about getting started' ) . '', 'http://codex.wordpress.org/First_Steps_With_WordPress' ); ?>
+ - ' . __( 'Learn more about getting started' ) . '', __( 'http://codex.wordpress.org/First_Steps_With_WordPress' ) ); ?>