From deb6861b1c752816012faa005005a429a9681bc8 Mon Sep 17 00:00:00 2001 From: rboren Date: Sun, 28 Nov 2004 05:48:22 +0000 Subject: [PATCH] Number specifiers for i18n. git-svn-id: http://svn.automattic.com/wordpress/trunk@1898 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/themes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 86ed602c8..36786ab2d 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -44,12 +44,12 @@ $current_stylesheet = $themes[$current_theme]['Stylesheet'];

-

+

-

%s. The template files are located in %s. The stylesheet files are located in %s. %s uses templates from %s. Changes made to the templates will affect both themes.'), $current_theme, $current_template_dir, $current_stylesheet_dir, $current_theme, $current_parent_theme); ?>

+

%1$s. The template files are located in %2$s. The stylesheet files are located in %3$s. %4$s uses templates from %5$s. Changes made to the templates will affect both themes.'), $current_theme, $current_template_dir, $current_stylesheet_dir, $current_theme, $current_parent_theme); ?>

-

%s. The template files are located in %s. The stylesheet files are located in %s.'), $current_theme, $current_template_dir, $current_stylesheet_dir); ?>

+

%1$s. The template files are located in %2$s. The stylesheet files are located in %3$s.'), $current_theme, $current_template_dir, $current_stylesheet_dir); ?>