Changeset 32274


Ignore:
Timestamp:
2018-07-13T20:42:41+12:00 (6 years ago)
Author:
ak19
Message:

Related to previous commit, forgot to commit with previous revision. A newly added string was referenced by CommonUntil, and more recently by PDFPlugin, but was not defined in strings.properties. Corrected the reference in CommonUtil too and committing it now.

File:
1 edited

Legend:

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

    r31688 r32274  
    563563   
    564564    if (!open (FILE, ">:utf8", $filename)) {
    565     gsprintf(STDERR, "ConvertToPlug::write_file {ConvertToPlug.could_not_open_for_writing} ($!)\n", $filename);
     565    gsprintf(STDERR, "CommonUtil::utf8_write_file {CommonUtil.could_not_open_for_writing} ($!)\n", $filename);
    566566    die "\n";
    567567    }
Note: See TracChangeset for help on using the changeset viewer.