Skip to content

Commit

Permalink
Fix typo in options page description.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtcarson committed Aug 16, 2011
1 parent 6007bbc commit 9631e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme-options.php
Expand Up @@ -123,7 +123,7 @@ function theme_options_do_page() {
echo $p . $r;
?>
</select>
<label class="description" for="frisco_theme_options[selectinput]"><?php _e( 'Only a few color choices at the moment. Create custom.css in the /css/ directory to override anything.', 'friscotheme' ); ?></label>
<label class="description" for="frisco_theme_options[selectinput]"><?php _e( 'Only a few color choices at the moment.', 'friscotheme' ); ?></label>
</td>
</tr>

Expand Down

0 comments on commit 9631e9a

Please sign in to comment.