text changes

This commit is contained in:
John Bintz 2009-09-30 22:34:46 -04:00
parent c970934553
commit 6673a22b08
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<?php } ?>
<?php if (current_user_can('submit_transcriptions')) { ?>
<div id="wdts-<?php echo $new_transcript_id ?>" style="zoom:1<?php echo (!$transcript_options->are_new_transcripts_allowed() ? ';display:none' : '') ?>">
<h3 class="wdts"><?php _e('Submit a new transcript:', 'what-did-they-say') ?></h3>
<h3 class="wdts"><?php _e('Submit a New Transcript:', 'what-did-they-say') ?></h3>
<form method="post">
<input type="hidden" name="wdts[_nonce]" value="<?php echo wp_create_nonce('what-did-they-say') ?>" />
<input type="hidden" name="wdts[module]" value="queue-transcript" />

View File

@ -18,7 +18,7 @@
<?php } ?>
<?php if (is_array($queued_transcripts) && !empty($queued_transcripts)) { ?>
<h3 class="wdts"><?php _e('Manage queued transcripts:', 'what-did-they-say') ?></h3>
<h3 class="wdts"><?php _e('Manage Queued Transcripts:', 'what-did-they-say') ?></h3>
<?php
foreach ($queued_transcripts as $transcript) {
$user = get_userdata($transcript['user_id']);