Bug 7180: (follow-up) use "MARC record" instead of "marcrecord"
[koha_fer] / installer / data / mysql / updatedatabase.pl
index b4b5dc3..28962fb 100755 (executable)
@@ -8357,7 +8357,7 @@ if ( CheckVersion($DBversion) ) {
 
 $DBversion = "3.15.00.XXX";
 if ( CheckVersion($DBversion) ) {
-    $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('MarcFieldsToOrder','','Set the mapping values for a new order line created from a marcrecord (staged file). In a YAML format.', NULL, 'textarea')");
+    $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('MarcFieldsToOrder','','Set the mapping values for a new order line created from a MARC record in a staged file. In a YAML format.', NULL, 'textarea')");
    print "Upgrade to $DBversion done (Bug 7180: Added MarcFieldsToOrder syspref)\n";
    SetVersion ($DBversion);
 }