Remove raquo from buttons. Props filosofo. fixes #5938

git-svn-id: http://svn.automattic.com/wordpress/trunk@6943 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-20 19:30:55 +00:00
parent d12642fc81
commit ad42d0148a
31 changed files with 54 additions and 54 deletions

View File

@@ -666,7 +666,7 @@ function get_multimedia_item( $attachment_id, $errors = null, $send = true ) {
$description_label = __('Description');
$tags_label = __('Tags');
$toggle_on = __('Describe »');
$toggle_on = __('Describe');
$toggle_off = __('Describe «');
$post = get_post($attachment_id);

View File

@@ -756,7 +756,7 @@ function meta_form() {
<tr class="submit"><td colspan="3">
<?php wp_nonce_field( 'change_meta', '_ajax_nonce', false ); ?>
<input type="submit" id="addmetasub" name="addmeta" class="add:the-list:newmeta" tabindex="9" value="<?php _e( 'Add Custom Field &raquo;' ) ?>" />
<input type="submit" id="addmetasub" name="addmeta" class="add:the-list:newmeta" tabindex="9" value="<?php _e( 'Add Custom Field' ) ?>" />
</td></tr>
</table>
<?php
@@ -945,7 +945,7 @@ function wp_import_upload_form( $action ) {
<input type="hidden" name="max_file_size" value="<?php echo $bytes; ?>" />
</p>
<p class="submit">
<input type="submit" value="<?php _e( 'Upload file and import &raquo;' ); ?>" />
<input type="submit" value="<?php _e( 'Upload file and import' ); ?>" />
</p>
</form>
<?php

View File

@@ -222,7 +222,7 @@ function wp_upload_form() {
<?php endif; ?>
<?php wp_nonce_field( 'inlineuploading' ); ?>
<div class="submit">
<input type="submit" value="<?php $id ? _e('Save &raquo;') : _e('Upload &raquo;'); ?>" />
<input type="submit" value="<?php $id ? _e('Save') : _e('Upload'); ?>" />
</div>
</td>
</tr>