Ignore:
Timestamp:
2018-07-19T19:54:32+12:00 (6 years ago)
Author:
ak19
Message:
  1. Making paged_pretty_html the default rather than pretty_html, since it's likely more users will want their converted PDF sectionalised. 2. Hopefully improved the display strings to make sense for users rather than for me.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/PDFPlugin.pm

    r32289 r32290  
    165165    if ($self->{'use_realistic_book'}) {
    166166    if ($self->{'convert_to'} ne "html") {
    167         print STDERR "PDFs will be converted to HTML for realistic book functionality\n";
     167        &gsprintf::gsprintf(STDERR, "PDFv2Plugin: {PDFPlugin.html_for_realistic_book}\n");
    168168        $self->{'convert_to'} = "html";
    169169    }
Note: See TracChangeset for help on using the changeset viewer.