Skip to content

Commit

Permalink
Add missing translation domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Sisk committed Feb 19, 2013
1 parent b9454c9 commit 17842ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion -/php/taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public function add_form_fields( $taxonomy ) {
<?php $storyline ? _e( 'Cover', 'webcomic' ) : _e( 'Avatar', 'webcomic' ); ?>
</label>
<div id="webcomic_term_image" data-webcomic-admin-url="<?php echo admin_url(); ?>" data-webcomic-taxonomy="<?php echo $storyline ? 'storyline' : 'character'; ?>"><?php self::ajax_term_image( 0, $storyline ? 'storyline' : 'character', '' ); ?></div>
<p><?php $storyline ? _e( "The cover is a representative image that can be displayed on your site." ) : _e( "The avatar is a representative image that can be displayed on your site.", 'webcomic' ); ?></p>
<p><?php $storyline ? _e( "The cover is a representative image that can be displayed on your site.", 'webcomic' ) : _e( "The avatar is a representative image that can be displayed on your site.", 'webcomic' ); ?></p>
</div>
<?php
}
Expand Down

0 comments on commit 17842ee

Please sign in to comment.