From 1da2bceb851049521154fb37708761d28f7911e7 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 12 Sep 2016 09:09:59 +0000 Subject: [PATCH] Bug 16311 - Fix DBRev description Signed-off-by: Kyle M Hall --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index eea93b894b..d007b24c42 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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); } -- 2.39.5