diff --git a/wp-admin/index.php b/wp-admin/index.php
index 8820d8439f..52de37c79f 100644
--- a/wp-admin/index.php
+++ b/wp-admin/index.php
@@ -39,7 +39,7 @@ if ( $scheduled = $wpdb->get_results("SELECT ID, post_title, post_date_gmt FROM
foreach ($scheduled as $post) {
if ($post->post_title == '')
$post->post_title = sprintf(__('Post #%s'), $post->ID);
- echo "
$post->post_title in " . human_time_diff( current_time('timestamp', 1), strtotime($post->post_date_gmt. ' GMT') ) . "";
+ echo "" . sprintf(__('%1$s in %2$s'), "$post->post_title", human_time_diff( current_time('timestamp', 1), strtotime($post->post_date_gmt. ' GMT') )) . "";
}
?>
diff --git a/wp-admin/install.php b/wp-admin/install.php
index ba30c3d157..99c78b64ef 100644
--- a/wp-admin/install.php
+++ b/wp-admin/install.php
@@ -17,7 +17,7 @@ header( 'Content-Type: text/html; charset=utf-8' );
- WordPress › Installation
+