Skip to content

Commit

Permalink
fixed formatting error for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
kniebremser committed Sep 20, 2015
1 parent 8d22a5a commit e17d219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
?>
<tr class="alternate">
<th scope="row" colspan="2">
<label for="moods_directory"><?php _e('Moods Directory','comicpress'); ?></label>
<label for="moods_directory"><?php _e( 'Moods Directory','comicpress' ); ?></label>
<select name="moods_directory" id="moods_directory">
<option class="level-0" value="none" <?php if ($current_directory == "none") { ?>selected="selected"<?php } ?>><?php _e( 'none', 'comicpress' ); ?></option>
<?php
Expand Down

0 comments on commit e17d219

Please sign in to comment.