From ae66313f01ceca51bf6d61e51c0588e4ff80de9b Mon Sep 17 00:00:00 2001 From: dd32 Date: Sat, 10 Apr 2010 03:27:22 +0000 Subject: [PATCH] Update the text on the Manage Themes page for when there is only 1 theme available. Props jane & IRC people for strings. Fixes #12916 git-svn-id: http://svn.automattic.com/wordpress/trunk@14046 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/themes.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 1241cff0f7..49d7648108 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -257,7 +257,12 @@ foreach ( $cols as $col => $theme_name ) { -

+

Install Themes tab above.'); + else + printf(__('Only the current theme is available to you. Contact the %s administrator for information about accessing additional themes.'), get_site_option('site_name')); + ?>