From 028bd4322e4a7d198bf99e2934f5200f10bac0ea Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Mon, 5 Apr 2010 09:15:35 +0000 Subject: [PATCH] Update broken translation. S/post thumbnail/featured image/ git-svn-id: https://develop.svn.wordpress.org/trunk@14007 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/ms.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/ms.php b/wp-admin/includes/ms.php index eb8c91ca89..a89876eb96 100644 --- a/wp-admin/includes/ms.php +++ b/wp-admin/includes/ms.php @@ -477,7 +477,7 @@ function dashboard_quota() {
- +
%sMB' ), $quota ); ?>%2$sMB' ), esc_url( admin_url( 'upload.php' ) ), $quota ); ?>
@@ -485,7 +485,7 @@ function dashboard_quota() {
- +
%1sMB (%2$s%%)' ), $used, $percentused ); ?>%2$sMB (%3$s%%)' ), esc_url( admin_url( 'upload.php' ) ), $used, $percentused ); ?>
@@ -775,7 +775,7 @@ function show_post_thumbnail_warning() { return; $mu_media_buttons = get_site_option( 'mu_media_buttons', array() ); if ( empty($mu_media_buttons['image']) && current_theme_supports( 'post-thumbnails' ) ) { - echo "
" . sprintf( __( "Warning! The current theme supports post thumbnails. You must enable image uploads on the options page for it to work." ), esc_url( admin_url( 'ms-options.php' ) ) ) . "
"; + echo "
" . sprintf( __( "Warning! The current theme supports Featured Images. You must enable image uploads on the options page for it to work." ), esc_url( admin_url( 'ms-options.php' ) ) ) . "
"; } } add_action( 'admin_notices', 'show_post_thumbnail_warning' );