From 6ef0c9c3426275612db693cad5d2c90df24ca714 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Nov 2010 19:25:15 +0300 Subject: utility.css tweaks; i18n in twitter.php --- db-updater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-updater.php') diff --git a/db-updater.php b/db-updater.php index 09c16955b..fb40fa75b 100644 --- a/db-updater.php +++ b/db-updater.php @@ -86,7 +86,7 @@ function confirmOP() { " " . SCHEMA_VERSION . __(", found: ") . $latest_version . "

"; } else { - print "

".__("Tiny Tiny RSS database is up to date.")."

"; + print_notice(__("Tiny Tiny RSS database is up to date.")); print "
"; -- cgit v1.2.3-54-g00ecf