i18n fixes from nbachiyski. fixes #6226

git-svn-id: https://develop.svn.wordpress.org/trunk@7300 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-03-14 19:56:43 +00:00
parent b122503bbc
commit 79f4ab9a35
5 changed files with 9 additions and 10 deletions

View File

@@ -92,7 +92,7 @@ $desc_header = ( $description != $file_show ) ? "$description</strong> (%s)" : "
<div class="bordertitle">
<h2 style="border: none; padding-bottom: 0px;"><?php _e('Theme Editor'); ?></h2>
<form id="themeselector" name="theme" action="theme-editor.php" method="post">
<strong><?php _e('Select theme to edit: '); ?></strong>
<strong><?php _e('Select theme to edit:'); ?> </strong>
<select name="theme" id="theme" style="margin: 0; padding: 0;">
<?php
foreach ($themes as $a_theme) {