Bug 16311 - Fix DBRev description
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 12 Sep 2016 09:09:59 +0000 (09:09 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 12 Sep 2016 09:09:59 +0000 (09:09 +0000)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/updatedatabase.pl

index eea93b8..d007b24 100755 (executable)
@@ -12953,7 +12953,7 @@ if ( CheckVersion($DBversion) ) {
         UPDATE language_descriptions SET description = 'Română' WHERE subtag = 'ro' AND type = 'language' AND lang = 'ro';
     });
 
-    print "Upgrade to $DBversion done (Bug 17187)\nNote: Pref value for timeout has not been adjusted.\n";
+    print "Upgrade to $DBversion done (Bug 16311 - Advanced search language limit typo for Romanian)\n";
     SetVersion($DBversion);
 }