Text change in the GraphicalNavigationWidget.inc to denote the proper use of the checkbox for previous chapter.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
14ede616c0
commit
a0903a32ec
|
@ -434,10 +434,10 @@ class GraphicalNavigationWidget extends WP_Widget {
|
||||||
<input id="<?php echo $this->get_field_id('story_prev_acts_as_prev_in'); ?>"
|
<input id="<?php echo $this->get_field_id('story_prev_acts_as_prev_in'); ?>"
|
||||||
name="<?php echo $this->get_field_name('story_prev_acts_as_prev_in'); ?>"
|
name="<?php echo $this->get_field_name('story_prev_acts_as_prev_in'); ?>"
|
||||||
type="checkbox" class="comicpress-field" value="yes"<?php if ($instance['story_prev_acts_as_prev_in'] == "on") { echo ' checked="checked"'; } ?> />
|
type="checkbox" class="comicpress-field" value="yes"<?php if ($instance['story_prev_acts_as_prev_in'] == "on") { echo ' checked="checked"'; } ?> />
|
||||||
<strong><?php _e('Enable alternate behavior', 'comicpress'); ?></strong>
|
<strong><?php _e('Enable go to start of chapter category.', 'comicpress'); ?></strong>
|
||||||
<p>
|
<p>
|
||||||
<em>
|
<em>
|
||||||
<?php _e('If the current post is not at the start of a chapter, the button will act the same as "Previous In Chapter".', 'comicpress') ?>
|
<?php _e('If the current post is not at the start of a chapter, the button will bring you back to the beginning of the chapter before going to a previous chapter.', 'comicpress') ?>
|
||||||
</em>
|
</em>
|
||||||
</p>
|
</p>
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Reference in New Issue