Bug 30728: Fix typo 'in real time'
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 13 May 2022 08:07:56 +0000 (22:07 -1000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 13 May 2022 08:17:46 +0000 (22:17 -1000)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
installer/data/mysql/db_revs/211200056.pl
installer/data/mysql/mandatory/sysprefs.sql

index a99856a..2b4fc17 100755 (executable)
@@ -9,7 +9,7 @@ return {
 
         $dbh->do(q{
             INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
-            ('RealTimeHoldsQueue', '0', NULL, 'Enable updating the holds queue in real', 'YesNo')
+            ('RealTimeHoldsQueue', '0', NULL, 'Enable updating the holds queue in real time', 'YesNo')
         });
     },
 };
index f1865a0..6183b76 100644 (file)
@@ -556,7 +556,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
 ('QueryWeightFields','1',NULL,'If ON, enables field weighting','YesNo'),
 ('QuoteOfTheDay','','intranet,opac','Enable or disable display of Quote of the Day on the OPAC and staff interface home page','multiple'),
 ('RandomizeHoldsQueueWeight','0',NULL,'if ON, the holds queue in circulation will be randomized, either based on all location codes, or by the location codes specified in StaticHoldsQueueWeight','YesNo'),
-('RealTimeHoldsQueue', '0', NULL, 'Enable updating the holds queue in real', 'YesNo')
+('RealTimeHoldsQueue', '0', NULL, 'Enable updating the holds queue in real time', 'YesNo')
 ('RecallsLog','1',NULL,'If ON, log create/cancel/expire/fulfill actions on recalls','YesNo'),
 ('RecallsMaxPickUpDelay','7',NULL,'Define the maximum time a recall can be awaiting pickup','Integer'),
 ('RecordLocalUseOnReturn','0',NULL,'If ON, statistically record returns of unissued items as local use, instead of return','YesNo'),